Skip to content

Commit

Permalink
fix: update test_createchecks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Alish Chhetri committed Oct 23, 2023
1 parent 478fe97 commit ca40e7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_createchecks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pytest
from hypothesis import given, strategies as st
from chasten.createchecks import is_valid_api_key, API_KEY_FILE

Expand All @@ -11,7 +10,7 @@ def test_save_and_load_user_api_key():

@given(api_key=api_key_strategy)
def test_is_valid_api_key(api_key):
assert is_valid_api_key(api_key) is True
assert is_valid_api_key(api_key)


def test_generate_yaml_config():
Expand Down

0 comments on commit ca40e7d

Please sign in to comment.