Skip to content

Commit

Permalink
Update CategoryRepositoryTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
HJC96 authored Aug 17, 2023
1 parent 0d77dc2 commit 9747c7e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ public void testSaveCategory() {
Category savedCategory = categoryRepository.save(category);
assertNotNull(savedCategory.getId());
}
}

}

0 comments on commit 9747c7e

Please sign in to comment.