Skip to content

Commit 5fa26e3

Browse files
committed
fix: According to review dog changed code
1 parent c86c4e7 commit 5fa26e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/runtime/ast/ast_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ func TestQuote(t *testing.T) {
400400
sel := stmt.(*SelectStatement)
401401
var sb strings.Builder
402402
_ = sel.Restore(RestoreDefault, &sb, nil)
403-
t.Log(sb.String())
404403
assert.Equal(t, "SELECT `a``bc`", sb.String())
405404
}
406405

@@ -492,3 +491,4 @@ func TestRestore(t *testing.T) {
492491
})
493492
}
494493
}
494+

0 commit comments

Comments
 (0)