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

fix typo

parent 91d968f5
No related branches found
No related tags found
2 merge requests!52Final project MR,!48Implement dao tests
Pipeline #
......@@ -58,7 +58,7 @@ class CategoryTimeDaoTest {
}
@AfterEach
void CategoryTimeDaoCleanUp() {
void categoryTimeDaoCleanUp() {
categoryTimeManager.dropTable();
categoryManager.dropTable();
taskManager.dropTable();
......
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