From 035520cd5f99fb91540831d4d46b682452675d1b Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Thu, 10 Mar 2022 17:22:44 +0300 Subject: Apply auto-pep8 to sample_data.py and it's test file --- tests/unit/db/test_sample_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/unit/db/test_sample_data.py b/tests/unit/db/test_sample_data.py index 80166fc..84ab1a1 100644 --- a/tests/unit/db/test_sample_data.py +++ b/tests/unit/db/test_sample_data.py @@ -87,7 +87,7 @@ def test_extract_actions(): "delete": {"data": "18", "csv_header": "Value"}, "insert": {"data": "2,F", "csv_header": "SE,Sex"}, "update": {"data": "1", "csv_header": "Count"}, - }) + }) assert(__extract_actions(original_data="BXD1,18,x,0,x", updated_data="BXD1,19,2,1,F", csv_header="Strain Name,Value,SE,Count,Sex") == @@ -95,7 +95,7 @@ def test_extract_actions(): "delete": None, "insert": {"data": "2,F", "csv_header": "SE,Sex"}, "update": {"data": "19,1", "csv_header": "Value,Count"}, - }) + }) @pytest.mark.unit_test -- cgit v1.2.3