Skip to content

Commit

Permalink
# fix with rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemeo committed Feb 23, 2024
1 parent 38d31e7 commit be466e8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package no.orm.allowed.control.querydsl;
package no.orm.allowed.control;

import no.orm.allowed.control.SQLUtils;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
Expand All @@ -12,7 +11,7 @@

import static org.assertj.core.api.Assertions.assertThat;

class QueryDSLUtilsTest {
class SQLUtilsTest {

@ParameterizedTest
@MethodSource("getValuesWithExpectedPaddedValues")
Expand Down

0 comments on commit be466e8

Please sign in to comment.