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 5fa26e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 Expand Up @@ -492,3 +491,4 @@ func TestRestore(t *testing.T) {
})
}
}

0 comments on commit 5fa26e3

Please sign in to comment.