Skip to content

Commit 5e9f90f

Browse files
committed
Merge branch '6.2.x'
2 parents c5566c9 + aea6626 commit 5e9f90f

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)