Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update heartwood version
Sebastian Martinez committed 2 years ago
commit 9b425e534b06c3d6b4677ad7a57e76b79a66038c
parent 16e858bd7ae2e91f86ea78cfa3aa711af01208fb
3 files changed +4 -4
modified httpd-client/tests/project.test.ts
@@ -98,7 +98,7 @@ describe("project", () => {
  test("#getIssueById(id, issueId)", async () => {
    await api.project.getIssueById(
      cobRid,
-
      "33bd00a8dd440f89c3334c3fddb3fe217be935c6",
+
      "d481fe6e562dd78129589d4738f171a8380fcb19",
    );
  });

@@ -210,7 +210,7 @@ describe("project", () => {
  test("#getPatchById(id, patchId)", async () => {
    await api.project.getPatchById(
      cobRid,
-
      "59aa91a1d63a3a1d05292abe6292356a34ea1480",
+
      "59a0821edc73630bce540596cffc7854da557365",
    );
  });

modified tests/e2e/project/patch.spec.ts
@@ -59,7 +59,7 @@ test("navigate through revision diffs", async ({ page }) => {
    .click();

  const firstRevision = page.locator(".revision").first();
-
  const firstRevisionId = "59aa91a";
+
  const firstRevisionId = "59a0821";
  const secondRevision = page.locator(".revision").nth(1);

  // Second revision
modified tests/support/heartwood-version
@@ -1 +1 @@
-
5abd7bf55a093341231c8b71953777068eade0e2

\ No newline at end of file
+
a48081f2717f069d456ec09f31d9e639b232dbed