Skip to content

Commit

Permalink
Update tests/unit_tests/test_tethys_apps/test_template_loaders.py
Browse files Browse the repository at this point in the history
Co-authored-by: sdc50 <[email protected]>
  • Loading branch information
shawncrawley and sdc50 authored Oct 11, 2024
1 parent ae1d688 commit 46b4f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_tethys_apps/test_template_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_get_template_sources(self, mock_gdt, _):
expected_template_name
):
self.assertEqual(
str(Path(Path.home() / "foo" / "template1" / "foo")),
str(Path.home() / "foo" / "template1" / "foo"),
origin.name,
)
self.assertEqual("foo", origin.template_name)
Expand Down

0 comments on commit 46b4f83

Please sign in to comment.