aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_read.py
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-03-02 17:57:56 +0000
committerAlex Schofield <git@ajschof.me>2025-03-02 17:57:56 +0000
commit4818d450e4ac02d80749b2ddc3474a632e2eecdc (patch)
treeee910743606bc82b81256972ec6575be4a09088b /test/test_read.py
parent5b8a40ff7d67c14384aceae4eb08112d4d337a4f (diff)
downloadgdpr-obfuscator-4818d450e4ac02d80749b2ddc3474a632e2eecdc.tar.gz
gdpr-obfuscator-4818d450e4ac02d80749b2ddc3474a632e2eecdc.zip
rename DataReader class to more appropriate name FileHandler
Diffstat (limited to 'test/test_read.py')
-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