Skip to content

Commit

Permalink
refactor: rename KsqlAuthorizationImpl to KsqlAuthorizationValidatorImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
spena committed Aug 27, 2019
1 parent b8730df commit a919d06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
import org.mockito.junit.MockitoJUnitRunner;

@RunWith(MockitoJUnitRunner.class)
public class KsqlAuthorizationImplTest {
public class KsqlAuthorizationValidatorImplTest {

private static final LogicalSchema SCHEMA = LogicalSchema.of(SchemaBuilder
.struct()
Expand Down

0 comments on commit a919d06

Please sign in to comment.