diff --git a/tests/snapshot_tests/test_snapshots.py b/tests/snapshot_tests/test_snapshots.py index 33c4ad0bd..70b4f1eef 100644 --- a/tests/snapshot_tests/test_snapshots.py +++ b/tests/snapshot_tests/test_snapshots.py @@ -97,7 +97,7 @@ def test_header_render(snap_compare): def test_fr_units(snap_compare): - assert snap_compare("tests/snapshots/test_fr.py") + assert snap_compare("tests/snapshots/fr_units.py") # --- CSS properties --- diff --git a/tests/snapshots/test_fr.py b/tests/snapshots/fr_units.py similarity index 100% rename from tests/snapshots/test_fr.py rename to tests/snapshots/fr_units.py