Skip to content

Commit 05f9044

Browse files
Apply suggestion from @angelamayxie
Co-authored-by: angelamayxie <[email protected]>
1 parent ea34a0e commit 05f9044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/queries/function_queries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727

2828
// FunctionQueryTests contains queries that primarily test SQL function calls
2929
var FunctionQueryTests = []QueryTest{
30-
// https://github.com/dolthub/dolt/issues/9916
30+
// Truncate function https://github.com/dolthub/dolt/issues/9916
3131
{
3232
Query: "SELECT TRUNCATE(1.223,1)",
3333
Expected: []sql.Row{

0 commit comments

Comments
 (0)