Skip to content

Commit 09f2dbe

Browse files
committed
remove tests from tests.utils_for_converter_tests
1 parent 96ad592 commit 09f2dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delta_backend/tests/test_convert_to_flat_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from unittest.mock import patch, Mock
99
from moto import mock_dynamodb, mock_sqs
1010
from boto3 import resource as boto3_resource, client as boto3_client
11-
from tests.utils_for_converter_tests import ValuesForTests, ErrorValuesForTests
11+
from utils_for_converter_tests import ValuesForTests, ErrorValuesForTests
1212
from botocore.config import Config
1313
from pathlib import Path
1414
from SchemaParser import SchemaParser

0 commit comments

Comments
 (0)