Skip to content

Commit

Permalink
fix test config in TestFlashcardsApplication.java (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfabravo2013 authored Jan 6, 2024
1 parent b39f683 commit ab032a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class TestFlashcardsApplication {
public static void main(String[] args) {
SpringApplication
.from(FlashcardsApplication::main)
.with(TestFlashcardsApplication.class)
.with(TestMongoConfiguration.class)
.run(args);
}
}

0 comments on commit ab032a1

Please sign in to comment.