Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Kondaka <[email protected]>
  • Loading branch information
kkondaka committed Oct 11, 2024
1 parent 61cce9a commit 37d8847
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void test_setEventCount_with_PredefinedObjectMetadata() {
void test_setEventCount_with_ObjectMetadata() {
objectMetadata = createObjectUnderTest(objectMetadataConfig);
Random random = new Random();
Integer numEvents = Math.abs(random.nextInt());
Integer numEvents = Math.abs(random.nextInt());
objectMetadata.setEventCount(numEvents);
assertThat(objectMetadata.get().get(numberOfEventsKey), equalTo(Integer.toString(numEvents)));
}
Expand Down

0 comments on commit 37d8847

Please sign in to comment.