Skip to content

Commit dc86434

Browse files
committed
Fixed format
1 parent 926158d commit dc86434

File tree

1 file changed

+1
-2
lines changed
  • src/test/java/g3201_3300/s3220_odd_and_even_transactions

1 file changed

+1
-2
lines changed

src/test/java/g3201_3300/s3220_odd_and_even_transactions/MysqlTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
+ "INSERT INTO transactions(transaction_id, amount, transaction_date)"
3434
+ " VALUES (5, 50, '2024-07-02'); "
3535
+ "INSERT INTO transactions(transaction_id, amount, transaction_date)"
36-
+ " VALUES (6, 120, '2024-07-03'); "
37-
)
36+
+ " VALUES (6, 120, '2024-07-03'); ")
3837
class MysqlTest {
3938
@Test
4039
void testScript(@EmbeddedDatabase DataSource dataSource)

0 commit comments

Comments
 (0)