Skip to content

Commit

Permalink
feat: refactor builtin func name
Browse files Browse the repository at this point in the history
Signed-off-by: earayu <[email protected]>
  • Loading branch information
earayu authored and gerayking committed Dec 18, 2023
1 parent e518231 commit 00d4df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtgate/evalengine/fake_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,6 @@ func TestGeneratorWithoutPattern(t *testing.T) {
builtinFake{}.call(env, args, result)

if string(result.bytes_) != errorStr {
t.Errorf("Expected no output for missing pattern, but got: %s", string(result.bytes_))
t.Errorf("Expected no output for missing pattern, but got output: %s", string(result.bytes_))
}
}

0 comments on commit 00d4df9

Please sign in to comment.