From 59a583ddf6200b56e06a4ad2799529d3d2c677af Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sat, 8 Aug 2026 18:41:40 -0300 Subject: [PATCH] test(radar): refresh canonical feed hash --- tests/unit/radar-sync.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/radar-sync.test.ts b/tests/unit/radar-sync.test.ts index 691600e516..dd7b1ff1e5 100644 --- a/tests/unit/radar-sync.test.ts +++ b/tests/unit/radar-sync.test.ts @@ -82,7 +82,7 @@ test("contract: fixture sha256 matches the server's canonical hash", () => { const hash = crypto.createHash("sha256").update(FIXTURE_BYTES).digest("hex"); assert.equal( hash, - "13992d27702071bcb240306b052d0fdfacb2a2c688056c5e5118e92957e28a3d", + "80194e15a8add2a3be57eaef63b26ab75976c83e20b5589172aefa806eae72d3", "Fixture sha256 must match the server's canonical fixture. " + "If this fails, the fixture was modified or re-downloaded with different formatting." );