Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Nov 4, 2024
1 parent 9324286 commit 4a033e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


@pytest.fixture(scope="session")
def test_skill(test_skill_id="skill-randomness.mikejgray", bus=FakeBus()):
def test_skill(test_skill_id="skill-ovos-randomness.openvoiceos", bus=FakeBus()):
# Get test skill
bus.emitter = bus.ee
bus.run_forever()
Expand Down Expand Up @@ -55,7 +55,7 @@ def test_nada(self, test_skill):
assert True

def test_skill_is_a_valid_plugin():
assert "skill-randomness.mikejgray" in find_skill_plugins()
assert "skill-ovos-randomness.openvoiceos" in find_skill_plugins()

if __name__ == "__main__":
pytest.main()

0 comments on commit 4a033e8

Please sign in to comment.