Formatting changes only

pull/866/head
Tim Head 2020-03-27 15:15:14 +01:00
rodzic fce6488d35
commit 5ef65f9806
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -64,9 +64,7 @@ def test_mran_date(tmpdir, runtime, expected):
assert r.checkpoint_date == date(*expected)
@pytest.mark.parametrize(
"expected", ["2019-12-29", "2019-12-26"],
)
@pytest.mark.parametrize("expected", ["2019-12-29", "2019-12-26"])
def test_mran_latestdate(tmpdir, expected):
def mock_request_head(url):
r = Response()