Skip to content

Commit

Permalink
Update heartwood-release and radicle-httpd-release to latest vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
sebastinez committed Dec 5, 2024
1 parent 20b3ac3 commit b77c086
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/node.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test("node metadata", async ({ page, peerManager }) => {
await page.goto(peer.uiUrl());

await expect(page.getByText(shortNodeRemote).first()).toBeVisible();
await expect(page.getByText("/radicle:1.1.0-pre.4/")).toBeVisible();
await expect(page.getByText("/radicle:1.1.0/")).toBeVisible();
});

test("node repos", async ({ page }) => {
Expand Down
2 changes: 1 addition & 1 deletion tests/support/heartwood-release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0-pre.4
1.1.0
2 changes: 1 addition & 1 deletion tests/support/radicle-httpd-release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.0-pre
0.18.0

0 comments on commit b77c086

Please sign in to comment.