Skip to content

Commit

Permalink
Added dummy test for CI to pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
parth-kulkarni1 committed Apr 5, 2024
1 parent 7e984d0 commit 4a49910
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_provenaclient.py
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
from provenaclient import provena_client
import pytest

def test_dummy() -> None:
# Setting up a dummy test that always passes
assert True

0 comments on commit 4a49910

Please sign in to comment.