We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2adcb commit c8036f5Copy full SHA for c8036f5
internal/project/watch_test.go
@@ -24,5 +24,5 @@ func TestNilWatchedFilesClone(t *testing.T) {
24
25
var w *WatchedFiles[int]
26
result := w.Clone(42)
27
- assert.Equal(t, result, nil, "clone on a nil `WatchedFiles` should return nil")
+ assert.Assert(t, result == nil, "clone on a nil `WatchedFiles` should return nil")
28
}
0 commit comments