Skip to content

Commit 96ad592

Browse files
committed
remove tests.sample_data
1 parent 216c6fc commit 96ad592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delta_backend/tests/test_delta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from unittest.mock import patch, MagicMock
33
from botocore.exceptions import ClientError
44
import os
5-
from tests.sample_data.test_resource_data import get_test_data_resource
5+
from sample_data.test_resource_data import get_test_data_resource
66

77
# Set environment variables before importing the module
88
mock_queue = "https://sqs.us-east-1.amazonaws.com/123456789012/MyQueue"

0 commit comments

Comments
 (0)