Skip to content

Commit

Permalink
Refactor: reverted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoog committed Dec 3, 2023
1 parent 14f7108 commit 7675908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/testsuite/storage_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func (t *TestSuite) AssertChainID(expectedChainID iotago.CommitmentID, nodes ...
for _, node := range nodes {
t.Eventually(func() error {
actualChainID := node.Protocol.Chains.Main.Get().ForkingPoint.Get().ID()

if expectedChainID != actualChainID {
fmt.Println(expectedChainID, actualChainID)

Expand Down

0 comments on commit 7675908

Please sign in to comment.