Skip to content

Commit

Permalink
Fix Unit Test with jupiter instead of JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
ks167484 authored and ks167484 committed Jun 14, 2024
1 parent 61d8257 commit d57d522
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import java.io.File;
import java.util.List;

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

/**
* Unit test for AdvancedConverter class
Expand Down

0 comments on commit d57d522

Please sign in to comment.