Skip to content

Commit 05e1e36

Browse files
authored
Merge pull request #3 from caot/master
Update ITTodoRepositoryTest.java
2 parents 3c86ceb + e3561cb commit 05e1e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-testing/src/integration-test/java/net/petrikainulainen/spring/datajpa/todo/repository/ITTodoRepositoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
DirtiesContextTestExecutionListener.class,
3333
TransactionalTestExecutionListener.class,
3434
DbUnitTestExecutionListener.class })
35-
@DatabaseSetup("todoData.xml")
35+
@DatabaseSetup("toDoData.xml")
3636
public class ITTodoRepositoryTest {
3737

3838
@Autowired

0 commit comments

Comments
 (0)