Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Aug 16, 2023
1 parent 11dfd37 commit 771b251
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/tokenomics_tests/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,7 @@ func TestMain(m *testing.M) {

exitRun := m.Run()

err = tenderlyClient.Revert(snapshotHash)
if err != nil {
log.Fatalln(err)
}
tenderlyClient.ShadowRevert(snapshotHash)
os.Exit(exitRun)
}

Expand Down

0 comments on commit 771b251

Please sign in to comment.