Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sztandera <[email protected]>
  • Loading branch information
Kubuxu committed Dec 5, 2024
1 parent 5c855fd commit 5271d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ type syncTestUtil struct {

func prepSyncTest(t testing.TB, h int) *syncTestUtil {
_ = logging.SetLogLevel("*", "INFO")
logging.SetLogLevel("fil-consensus", "ERROR")
_ = logging.SetLogLevel("fil-consensus", "ERROR")

g, err := gen.NewGenerator()
if err != nil {
Expand Down

0 comments on commit 5271d04

Please sign in to comment.