Skip to content

Commit c8036f5

Browse files
D'oh.
1 parent 9f2adcb commit c8036f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/project/watch_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ func TestNilWatchedFilesClone(t *testing.T) {
2424

2525
var w *WatchedFiles[int]
2626
result := w.Clone(42)
27-
assert.Equal(t, result, nil, "clone on a nil `WatchedFiles` should return nil")
27+
assert.Assert(t, result == nil, "clone on a nil `WatchedFiles` should return nil")
2828
}

0 commit comments

Comments
 (0)