Skip to content

Commit 3e46c64

Browse files
removed space in test for build issue (#232)
1 parent bf9008e commit 3e46c64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

post-processing-service/src/test/java/gov/cdc/etldatapipeline/postprocessingservice/service/PostProcessingServiceTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,6 @@ void testPostProcessMultipleMessages_WithUserProfile() {
761761
postProcessingServiceMock.postProcessMessage(userProfileTopic, userProfileKey2, userProfileKey2);
762762

763763
assertTrue(postProcessingServiceMock.idCache.containsKey(userProfileTopic));
764-
765764
postProcessingServiceMock.processCachedIds();
766765
verify(postProcRepositoryMock).executeStoredProcForUserProfile("123,124");
767766
}

0 commit comments

Comments
 (0)