Skip to content

Commit

Permalink
fix: remove refs to setup in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
martynia committed Jul 26, 2023
1 parent c7b7e2a commit 9bce963
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def pla(mocker, plaBase):
def test_initialize(plaBase):
res = plaBase.initialize()
assert plaBase.voList == plaModule.getVOs()["Value"]
assert plaBase.setup is not None
assert res == S_OK()


Expand Down

0 comments on commit 9bce963

Please sign in to comment.