Skip to content

Commit d849290

Browse files
author
Roman Bolkhovitin
committed
rename test
1 parent 0830551 commit d849290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: database/multistmt/parse_postgres_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $$ LANGUAGE plpgsql
6767
expected: []string{"statement one;", " statement two;"}, expectedErr: nil},
6868
{name: "singe statement with nested dollar-quoted string", multiStmt: nestedDollarQuotes, delimiter: ";",
6969
expected: []string{nestedDollarQuotes}},
70-
{name: "three statements with dollar-quoted strings", multiStmt: strings.Join([]string{createFunctionStmt,
70+
{name: "multiple statements with dollar-quoted strings", multiStmt: strings.Join([]string{createFunctionStmt,
7171
createFunctionEmptyTagStmt, advancedCreateFunction, createTriggerStmt, nestedDollarQuotes}, ""),
7272
delimiter: ";",
7373
expected: []string{createFunctionStmt, createFunctionEmptyTagStmt, advancedCreateFunction,

0 commit comments

Comments
 (0)