From de5a02cf31eafa20b4391be288f38691a6083683 Mon Sep 17 00:00:00 2001 From: Alex Morling Date: Fri, 29 Nov 2024 10:18:19 +0200 Subject: [PATCH] can revert test failure I think --- tests/test_earthranger_io.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_earthranger_io.py b/tests/test_earthranger_io.py index e1b5b606..bb7a687a 100644 --- a/tests/test_earthranger_io.py +++ b/tests/test_earthranger_io.py @@ -27,7 +27,6 @@ def test_get_subject_observations(er_io): include_source_details=True, include_subjectsource_details=True, ) - assert False assert not relocations.empty assert isinstance(relocations, ecoscope.base.Relocations) assert "groupby_col" in relocations