From df48005ebefbc3efa12ec1592085ff85ec0e1b55 Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Mon, 23 Nov 2020 16:32:00 +0000 Subject: [PATCH] #150: Correct argument case --- test/icat/test_isis_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/icat/test_isis_endpoints.py b/test/icat/test_isis_endpoints.py index c0dffec4..db39e2f1 100644 --- a/test/icat/test_isis_endpoints.py +++ b/test/icat/test_isis_endpoints.py @@ -8,5 +8,5 @@ def test_valid_get_facility_cycles_count_with_filters(self): def test_valid_get_investigations_with_filters(self): pass - def test_valid_get_investigations_count_with_filters(seLf): + def test_valid_get_investigations_count_with_filters(self): pass