From de56919183e7b86cd3e495c6274174720dd9ae3a Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 18 Feb 2022 14:28:42 +0300 Subject: Remove erroneous test based on wrong assumptions Related to commit 75dcfe295af57b16428c586cc11dbaa827a5feba This commit removes the related test that was checking for the wrong thing. --- tests/unit/db/test_datasets.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/unit/db/test_datasets.py') diff --git a/tests/unit/db/test_datasets.py b/tests/unit/db/test_datasets.py index 5b86db9..0b24489 100644 --- a/tests/unit/db/test_datasets.py +++ b/tests/unit/db/test_datasets.py @@ -23,9 +23,7 @@ class TestDatasetsDBFunctions(TestCase): ["Geno", 3, "genoTraitName", "genoDatasetName", "Id, Name, FullName, ShortName", "GenoFreeze", {}], ["Publish", 6, "publishTraitName", "publishDatasetName", - "Id, Name, FullName, ShortName", "PublishFreeze", {}], - ["Temp", 4, "tempTraitName", "tempTraitName", - "Id, Name, FullName, ShortName", "TempFreeze", {}]]: + "Id, Name, FullName, ShortName", "PublishFreeze", {}]]: db_mock = mock.MagicMock() with self.subTest(trait_type=trait_type): with db_mock.cursor() as cursor: -- cgit v1.2.3