Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Fix empty space inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Åsmund Rognerud Birkeland (IT SI SIB) committed Nov 9, 2018
1 parent 3065960 commit 46964ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/res/simulator/test_simulation_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ def test_simulation_context(self):
self.assertFalse(simulation_context2.didRealizationFail(iens))
self.assertTrue(simulation_context2.isRealizationFinished(iens))

self.assertEqual(other_half_state_map[iens], RealizationStateEnum.STATE_HAS_DATA)
self.assertEqual(other_half_state_map[iens], RealizationStateEnum.STATE_HAS_DATA)

0 comments on commit 46964ba

Please sign in to comment.