There was an error while loading. Please reload this page.
1 parent 4ed174b commit 7a40425Copy full SHA for 7a40425
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