Skip to content

Commit

Permalink
asdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Nov 20, 2024
1 parent df2584d commit cdfed3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/suites/smoke-test-dancelight/test-babe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ describeSuite({

// Assert that authorities from log == authorities from pallet
const babeAuthoritiesFromPallet = await api.query.babe.authorities();
const asdas = api.registry.createType(
const babeConsensusLog = api.registry.createType(
"(u8, Vec<(SpConsensusBabeAppPublic, u64)>, [u8; 32])",
filteredDigests[0].asConsensus[1].toHex()
);

expect(asdas[1]).to.deep.equal(babeAuthoritiesFromPallet);
expect(babeConsensusLog[1]).to.deep.equal(babeAuthoritiesFromPallet);

// Get babe keys from pallet session
const sessionValidators = await api.query.session.validators();
Expand Down

0 comments on commit cdfed3a

Please sign in to comment.