Skip to content

Commit

Permalink
psql schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
ricwo committed Mar 31, 2020
1 parent b80d9d3 commit aaab9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_validate_with_none_if_default_is_valid(caplog: LogCaptureFixture):
assert caplog.records == []


def test_validate_with_invalid_directory_if_default_is_valid(caplog: LogCaptureFixture):
def test_validate_with_invalid_directory_if_default_is_valid():
tempdir = tempfile.mkdtemp()
invalid_directory = "gcfhvjkb"
with pytest.warns(UserWarning) as record:
Expand Down

0 comments on commit aaab9e9

Please sign in to comment.