Fixing tests with latest linting rules

This commit is contained in:
Mike Farah
2026-03-26 09:29:51 +11:00
parent b25ae78545
commit 80c319aa0c
5 changed files with 6 additions and 0 deletions
+1
View File
@@ -95,6 +95,7 @@ func TestParserSingleOperation(t *testing.T) {
test.AssertResultComplex(t, nil, err)
if result == nil {
t.Fatal("Expected non-nil result for single operation")
return
}
if result.Operation == nil {
t.Fatal("Expected operation to be set")