Skip to content

Commit 2aac43e

Browse files
committed
Fix typo closing bracket in example
1 parent c5566c9 commit 2aac43e

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)