Skip to content

Commit

Permalink
fix: According to review dog changed code
Browse files Browse the repository at this point in the history
  • Loading branch information
baerwang committed Sep 29, 2024
1 parent c86c4e7 commit b49bea4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/runtime/ast/ast_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ func TestQuote(t *testing.T) {
sel := stmt.(*SelectStatement)
var sb strings.Builder
_ = sel.Restore(RestoreDefault, &sb, nil)
t.Log(sb.String())
assert.Equal(t, "SELECT `a``bc`", sb.String())
}

Expand Down

0 comments on commit b49bea4

Please sign in to comment.