Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Jul 1, 2024
1 parent 12c613c commit 0192073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wren-ai-service/tests/pytest/providers/test_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def test_import_mods():
loader.import_mods("src.providers")
assert len(loader.PROVIDERS) == 6
assert len(loader.PROVIDERS) == 7


def test_get_provider():
Expand Down

0 comments on commit 0192073

Please sign in to comment.