aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_read.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_read.py b/test/test_read.py
index 81ba053..4cd376f 100644
--- a/test/test_read.py
+++ b/test/test_read.py
@@ -1,9 +1,9 @@
import boto3
from moto import mock_aws
-from gdpr_obfuscator.read import DataReader
+from gdpr_obfuscator.read import FileHandler
import pytest
-reader = DataReader()
+reader = FileHandler()
def test_empty_csv_should_return_no_content():
git.ajschof.me — hosted by ajschofield — powered by cgit