Skip to content

Commit 7a40425

Browse files
fix: linter
1 parent 4ed174b commit 7a40425

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/p2p/libp2p/stream_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ func TestStreamVersion(t *testing.T) {
7979

8080
if v == nil {
8181
t.Fatal("expected version to be non-nil")
82+
return
8283
}
8384

8485
expected := semver.Version{Major: tc.wantMajor, Minor: tc.wantMinor}

0 commit comments

Comments
 (0)