Skip to content

Commit

Permalink
OP-22224: Addressed comments. Removed duplicate code. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
emanipravallika authored Jul 5, 2024
1 parent 9ec2c38 commit 62adcc8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 13 deletions.
3 changes: 0 additions & 3 deletions kayenta-atlas/kayenta-atlas.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ dependencies {
test {
useJUnitPlatform()
}
test {
useJUnitPlatform()
}
3 changes: 0 additions & 3 deletions kayenta-blobs/kayenta-blobs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ dependencies {
test {
useJUnitPlatform()
}
test {
useJUnitPlatform()
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
import static com.netflix.kayenta.security.AccountCredentials.Type.METRICS_STORE;
import static com.netflix.kayenta.security.AccountCredentials.Type.OBJECT_STORE;
import static com.netflix.kayenta.security.AccountCredentials.Type.REMOTE_JUDGE;
import static org.assertj.core.api.Assertions.*;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatThrownBy;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;

Expand Down
3 changes: 0 additions & 3 deletions kayenta-datadog/kayenta-datadog.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ dependencies {
test {
useJUnitPlatform()
}
test {
useJUnitPlatform()
}
3 changes: 0 additions & 3 deletions kayenta-prometheus/kayenta-prometheus.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ dependencies {
test {
useJUnitPlatform()
}
test {
useJUnitPlatform()
}

0 comments on commit 62adcc8

Please sign in to comment.