Skip to content

Commit bce4cbe

Browse files
committed
chore:adds a dedicated flag instead of overloading the provider name parameter
1 parent 5792d0f commit bce4cbe

File tree

1 file changed

+1
-1
lines changed
  • lesson_09/types/types_app/src/main/java/com/codedifferently/lesson9

1 file changed

+1
-1
lines changed

lesson_09/types/types_app/src/main/java/com/codedifferently/lesson9/Lesson9.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void run(String... args) throws Exception {
3232
}
3333
String path = getDataPath();
3434

35-
if (providerName.equals("all")) {
35+
if (providerName.equals("--bulk")) {
3636
jsonFileGenerator.createTestFile(path, providerName);
3737
return;
3838
}

0 commit comments

Comments
 (0)