Skip to content

Commit

Permalink
Update search-service/src/test/kotlin/com/egm/stellio/search/csr/serv…
Browse files Browse the repository at this point in the history
…ice/DistributedEntityProvisionServiceTests.kt

Co-authored-by: Benoit Orihuela <benoit.orihuela@egm.io>
  • Loading branch information
thomasBousselin and bobeal authored Feb 7, 2025
1 parent 439aecc commit 0473491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class DistributedEntityProvisionServiceTests : WithTimescaleContainer, WithKafka
}

@Test
fun `distributeCreateEntityForContextSources should return null if all the entity have been processed`() = runTest {
fun `distributeCreateEntityForContextSources should return null if the whole entity has been processed`() = runTest {
val csr = spyk(gimmeRawCSR())
coEvery {
csr.getAssociatedAttributes(any(), any())
Expand Down

0 comments on commit 0473491

Please sign in to comment.