Skip to content

Commit

Permalink
fix(build): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xtiannyeto committed Dec 24, 2024
1 parent d70c419 commit 172ce65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class MissionActionModelTest {
assertThat(model.isAntiPolDeviceDeployed).isEqualTo(entity.isAntiPolDeviceDeployed)
assertThat(model.isSimpleBrewingOperationDone).isEqualTo(entity.isSimpleBrewingOperationDone)
assertThat(model.diversionCarriedOut).isEqualTo(entity.diversionCarriedOut)
assertThat(model.actionType).isEqualTo(entity.actionType.toString())
assertThat(model.actionType).isEqualTo(entity.actionType)
assertThat(model.latitude).isEqualTo(entity.latitude)
assertThat(model.longitude).isEqualTo(entity.longitude)
assertThat(model.detectedPollution).isEqualTo(entity.detectedPollution)
Expand Down

0 comments on commit 172ce65

Please sign in to comment.