Skip to content
Snippets Groups Projects
Commit 6644599f authored by Matthieu Moy's avatar Matthieu Moy
Browse files

Before -> BeforeEach

parent 89858ca7
No related branches found
No related tags found
No related merge requests found
Pipeline #44944 failed
......@@ -255,7 +255,7 @@ public class CharManipulatorTest {
private CharManipulator manipulator;
@Before
@BeforeEach
public void setUp() {
manipulator = new CharManipulator();
}
......
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