Skip to content

Commit

Permalink
simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Apr 22, 2024
1 parent 75c330f commit b7103bc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ private static void resetExporters() {
}

@Test
@org.junit.jupiter.api.Order(10)
void propertyConversion() {
ConfigProperties configProperties =
SpringConfigProperties.create(
Expand Down Expand Up @@ -266,7 +265,6 @@ void shouldSendTelemetry() {
}

@Test
@org.junit.jupiter.api.Order(2)
void restTemplateClient() {
resetExporters();

Expand Down Expand Up @@ -299,7 +297,6 @@ void restTemplateClient() {
}

@Test
@org.junit.jupiter.api.Order(3)
void webflux() {
resetExporters();

Expand Down

0 comments on commit b7103bc

Please sign in to comment.