Skip to content

Commit

Permalink
edited TestVariantUtils #2
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDuraisingh committed Aug 7, 2023
1 parent c44cd80 commit c4f2caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_variant_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def test_variant_utils_basic(self):
""" Tests the instantiation of a VariantUtils object """
with self.mock_key_manager():
vu = VariantUtils(env_name='cgap-dummy')
assert isinstance(vu, VariantUtils)

@pytest.mark.parametrize('total_value', [
100,
Expand Down

0 comments on commit c4f2caa

Please sign in to comment.