Skip to content

Commit

Permalink
Fix beacon tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmanzanera committed Jun 17, 2024
1 parent 6c02574 commit 50adc51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/archethic/beacon_chain/subset_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ defmodule Archethic.BeaconChain.SubsetTest do
assert %Summary{
subset: ^subset,
summary_time: ^slot_time,
transaction_attestations: [^attestation],
network_patches: ["F7A", "78A"]
transaction_attestations: [^attestation]
} = summary
end
end
Expand Down

0 comments on commit 50adc51

Please sign in to comment.