Skip to content

Commit

Permalink
Updated unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Feb 3, 2025
1 parent f44db31 commit b294488
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

class CategoryTest {

/*@Test
@Test
void createId() {
// given
final DummyCategory category = mockInstance(new DummyCategory());
// when
final String id = Category.createId(category.getOrigin(), category.getCode());
// then
assertEquals(category.getOrigin() + "_" + category.getCode(), id);
}*/
}

}

0 comments on commit b294488

Please sign in to comment.