Skip to content

Commit

Permalink
Fix failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mraron committed Apr 10, 2024
1 parent 945a674 commit f9063d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/language/langs/cpp/cpp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ func TestCompileError(t *testing.T) {
Source: io.NopCloser(bytes.NewBufferString(TestCodeCompileError)),
}, io.Discard, nil)
assert.Nil(t, file)
assert.Nil(t, err)
assert.NotNil(t, err)
}

0 comments on commit f9063d7

Please sign in to comment.