Browse Source

Fix syntax in @⁠SqlGroup example

Closes gh-34972
pull/35405/head
Aurh1l 7 months ago committed by Sam Brannen
parent
commit
aea66265f7
  1. 2
      framework-docs/modules/ROOT/pages/testing/testcontext-framework/executing-sql.adoc

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

@ -250,7 +250,7 @@ Java:: @@ -250,7 +250,7 @@ Java::
@SqlGroup({
@Sql(scripts = "/test-schema.sql", config = @SqlConfig(commentPrefix = "`")),
@Sql("/test-user-data.sql")
)}
})
void userTest() {
// run code that uses the test schema and test data
}

Loading…
Cancel
Save