Skip to content

Commit aea6626

Browse files
Aurh1lsbrannen
authored andcommitted
Fix syntax in @⁠SqlGroup example
Closes gh-34972
1 parent 016294b commit aea6626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/testing/testcontext-framework/executing-sql.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Java::
250250
@SqlGroup({
251251
@Sql(scripts = "/test-schema.sql", config = @SqlConfig(commentPrefix = "`")),
252252
@Sql("/test-user-data.sql")
253-
)}
253+
})
254254
void userTest() {
255255
// run code that uses the test schema and test data
256256
}

0 commit comments

Comments
 (0)