Skip to content

Commit

Permalink
Address review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh Pingle committed May 28, 2024
1 parent 6d535d5 commit e58e60f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ class FhirEngineImplTest {
}

@Test
fun `test consolidate() is called`() = runBlocking {
fun `test local changes are consumed when using POST upload strategy`() = runBlocking {
assertThat(services.database.getLocalChangesCount()).isEqualTo(1)
fhirEngine
.syncUpload(UploadStrategy.SingleResourcePost) {
Expand Down

0 comments on commit e58e60f

Please sign in to comment.