There was an error while loading. Please reload this page.
1 parent 0b9e8da commit 38aa7e6Copy full SHA for 38aa7e6
1 file changed
pkg/p2p/libp2p/stream_test.go
@@ -79,6 +79,7 @@ func TestStreamVersion(t *testing.T) {
79
80
if v == nil {
81
t.Fatal("expected version to be non-nil")
82
+ return
83
}
84
85
expected := semver.Version{Major: tc.wantMajor, Minor: tc.wantMinor}
0 commit comments