Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit 2be1465

Browse files
authored
Merge pull request #23 from salmar/main
Remove throws Exception from test in 30-jdbc-boot-solution
2 parents d70bfda + 76d36ae commit 2be1465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lab/30-jdbc-boot-solution/src/test/java/rewards/JdbcBootApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class JdbcBootApplicationTests {
1515
private JdbcTemplate jdbcTemplate;
1616

1717
@Test
18-
public void testNumberOfAccount() throws Exception {
18+
public void testNumberOfAccount() {
1919

2020
long count = jdbcTemplate.queryForObject(QUERY, Long.class);
2121

0 commit comments

Comments
 (0)