Skip to content

Commit

Permalink
Fixing unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Aug 3, 2023
1 parent 9dd0640 commit 6b17eff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
*/
package de.cuioss.tools.formatting.template;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;

import org.junit.jupiter.api.Test;
Expand Down

0 comments on commit 6b17eff

Please sign in to comment.