From a09b6fd267a16d12d6e54c521dd4521f28031b89 Mon Sep 17 00:00:00 2001 From: Alex Morling Date: Fri, 29 Nov 2024 09:56:28 +0200 Subject: [PATCH] fail a test to verify workflow --- tests/test_earthranger_io.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_earthranger_io.py b/tests/test_earthranger_io.py index bb7a687a..e1b5b606 100644 --- a/tests/test_earthranger_io.py +++ b/tests/test_earthranger_io.py @@ -27,6 +27,7 @@ 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