Skip to content

Commit

Permalink
tests for AuthorizationCriteria
Browse files Browse the repository at this point in the history
  • Loading branch information
clean-coder committed Oct 21, 2024
1 parent f753448 commit c731299
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import ch.puzzle.okr.models.Objective;
import ch.puzzle.okr.models.User;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
Expand All @@ -14,7 +13,7 @@

import static ch.puzzle.okr.test.TestHelper.defaultAuthorizationUser;
import static ch.puzzle.okr.test.TestHelper.mockAuthorizationUser;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;

public class AuthorizationCriteriaTest {
Expand Down

0 comments on commit c731299

Please sign in to comment.