Skip to content

Commit

Permalink
Merge pull request #8 from Ahmed-UPEC/testing-ci-build-workflow
Browse files Browse the repository at this point in the history
testing actions
  • Loading branch information
Ahmed-UPEC authored Feb 18, 2024
2 parents c52da6a + 85a2e7d commit 8196845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/java/com/asxms/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static void main(String[] args) {
@Bean
CommandLineRunner runner(CustomerRepository customerRepository) {
return args -> {
insertRandomUser(3, customerRepository);
insertRandomUser(1, customerRepository);
};
}

Expand Down

0 comments on commit 8196845

Please sign in to comment.