Skip to content

Commit

Permalink
Remove useless Order annotation
Browse files Browse the repository at this point in the history
Since `ArchUnitTests` is executed by the ArchUnit engine, declaring an
order did not have any effect.

(cherry picked from commit d7ab63e)
  • Loading branch information
marcphilipp committed Oct 9, 2024
1 parent 57dfcb5 commit fcb7b01
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@
import com.tngtech.archunit.library.GeneralCodingRules;

import org.apiguardian.api.API;
import org.junit.jupiter.api.Order;
import org.junit.jupiter.api.extension.ExtendWith;

@Order(Integer.MAX_VALUE)
@AnalyzeClasses(locations = ArchUnitTests.AllJars.class)
class ArchUnitTests {

Expand Down

0 comments on commit fcb7b01

Please sign in to comment.