Skip to content

Commit

Permalink
Check test
Browse files Browse the repository at this point in the history
  • Loading branch information
C4tWithShell committed Nov 24, 2023
1 parent 613d671 commit 718a364
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import java.util.Optional;
import java.util.stream.Stream;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
Expand Down Expand Up @@ -141,7 +140,6 @@ static Stream<Arguments> shouldCreateComponentAndBranchDtoIfValidationPassesData
);
}

@Disabled("No time for fix this test")
@MethodSource("shouldCreateComponentAndBranchDtoIfValidationPassesData")
@ParameterizedTest
void shouldCreateComponentAndBranchDtoIfValidationPasses(String branchName, String pullRequestKey, BranchType branchType,
Expand Down

0 comments on commit 718a364

Please sign in to comment.