From 81e8854e4c2567fac662f369b9dc18e3018a8512 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Tue, 24 Sep 2024 20:20:09 -0700 Subject: [PATCH] fix duplicated test name --- tests/test_serialization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_serialization.py b/tests/test_serialization.py index 5d0b2d8..ca65d53 100644 --- a/tests/test_serialization.py +++ b/tests/test_serialization.py @@ -76,7 +76,7 @@ def test_relative_to_path(hdf5_at_path, tmp_output_dir, model_blank): assert data["path"] == "/data" -def test_relative_to_path(hdf5_at_path, tmp_output_dir, model_blank): +def test_absolute_path(hdf5_at_path, tmp_output_dir, model_blank): """ When told, we make paths absolute """