Skip to content

Commit

Permalink
Fix type in BABE smoke test (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusrodri authored Feb 10, 2025
1 parent 7d3d985 commit 7b48f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/smoke-test-dancelight/test-babe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ describeSuite({

expect(sealLogs.length).to.eq(1);
const sealLog = api.registry.createType(
"PolkadotPrimitivesV7ValidatorAppSignature",
"PolkadotPrimitivesV8ValidatorAppSignature",
sealLogs[0].asSeal[1].toHex()
);

Expand Down

0 comments on commit 7b48f2a

Please sign in to comment.