We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926158d commit dc86434Copy full SHA for dc86434
src/test/java/g3201_3300/s3220_odd_and_even_transactions/MysqlTest.java
@@ -33,8 +33,7 @@
33
+ "INSERT INTO transactions(transaction_id, amount, transaction_date)"
34
+ " VALUES (5, 50, '2024-07-02'); "
35
36
- + " VALUES (6, 120, '2024-07-03'); "
37
-)
+ + " VALUES (6, 120, '2024-07-03'); ")
38
class MysqlTest {
39
@Test
40
void testScript(@EmbeddedDatabase DataSource dataSource)
0 commit comments