Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Dec 29, 2024
1 parent 198af81 commit 20a2a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gno.land/pkg/integration/testscript_gnoland.go
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ func setupNode(ts *testscript.TestScript, ctx context.Context, cfg *ProcessNodeC
return nodep

Check warning on line 599 in gno.land/pkg/integration/testscript_gnoland.go

View check run for this annotation

Codecov / codecov/patch

gno.land/pkg/integration/testscript_gnoland.go#L599

Added line #L599 was not covered by tests

default:
ts.Fatalf("unkown command kind: %+v", cmd)
ts.Fatalf("unknown command kind: %+v", cmd)

Check warning on line 602 in gno.land/pkg/integration/testscript_gnoland.go

View check run for this annotation

Codecov / codecov/patch

gno.land/pkg/integration/testscript_gnoland.go#L601-L602

Added lines #L601 - L602 were not covered by tests
}

return nil

Check warning on line 605 in gno.land/pkg/integration/testscript_gnoland.go

View check run for this annotation

Codecov / codecov/patch

gno.land/pkg/integration/testscript_gnoland.go#L605

Added line #L605 was not covered by tests
Expand Down

0 comments on commit 20a2a76

Please sign in to comment.