Skip to content

Commit 9a165c2

Browse files
typo
1 parent 19262b5 commit 9a165c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def test_produces_fallback_layout_for_catalog(self) -> None:
303303
)
304304
cat = pystac.Catalog(id="test", description="test desc")
305305
href = strategy.get_href(cat, parent_dir="http://example.com")
306-
expected = fallback.get_href(cat, parent_dir="htt4p://example.com")
306+
expected = fallback.get_href(cat, parent_dir="http://example.com")
307307
self.assertEqual(href, expected)
308308

309309
def test_produces_layout_for_collection(self) -> None:

0 commit comments

Comments
 (0)