Skip to content
Snippets Groups Projects
Commit 4caf7897 authored by Patrik Michal Vlcek's avatar Patrik Michal Vlcek
Browse files

fixed typo

parent 13eedbc0
No related branches found
No related tags found
2 merge requests!52Final project MR,!48Implement dao tests
Pipeline #
......@@ -124,7 +124,7 @@ class CategoryTimeDaoTest {
}
@Test
void fetch() {
void fetch_ExistingEntity_EntityFetched() {
var category = setupCategory();
var categoryTimes = setupCategoryTimes(category);
var fetchedEntity = categoryTimeDao.fetch(categoryTimes.get(0).getId());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment