Skip to content

Commit

Permalink
Update test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Nov 24, 2023
1 parent 5199441 commit 40304e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def __call__(self, *args, **kwargs):
return self.return_results()

method = TestMethod()
assert method() == {"result": [result.as_dict()]}
assert method() == {"result": [result.as_dict()], 'SettingsChange': None}

0 comments on commit 40304e0

Please sign in to comment.