Skip to content

Commit

Permalink
fixed em better
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoil committed Mar 7, 2018
1 parent 2536962 commit 9cc5bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/core/test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def test_error_in_resource_initialize_bad_first(self):

self.validate_resource(fail_resource,
initialized=False, finalized=True)
self.validate_resource(ok_resource,
self.validate_resource(ok_resource, validated=False,
initialized=False, finalized=False)

def test_error_in_resource_finalize(self):
Expand Down Expand Up @@ -666,7 +666,7 @@ def test_locked_resource(self):
self.validate_resource(test_resource, validated=False,
initialized=False, finalized=False)

self.validate_resource(available_resource,
self.validate_resource(available_resource, validated=False,
initialized=False, finalized=False)

def test_store_state(self):
Expand Down

0 comments on commit 9cc5bf0

Please sign in to comment.