aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-11 23:15:45 +0000
committerAlex Schofield <git@ajschof.me>2025-02-11 23:15:45 +0000
commit55fec4960b80bfd94fa094a862a6c84dd30ca874 (patch)
treef8dd77b020aea85cab68ed48b5686a926fe8a0fe /test
parentac27aaea71cb9a035446f50d3dc0148ec144ec88 (diff)
downloadgdpr-obfuscator-55fec4960b80bfd94fa094a862a6c84dd30ca874.tar.gz
gdpr-obfuscator-55fec4960b80bfd94fa094a862a6c84dd30ca874.zip
rename csv_reader.py to main.py
Diffstat (limited to 'test')
-rw-r--r--test/test_csv_reader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_csv_reader.py b/test/test_csv_reader.py
index 7d13d5a..d96a2d1 100644
--- a/test/test_csv_reader.py
+++ b/test/test_csv_reader.py
@@ -1,7 +1,7 @@
# csv_reader.py - tests
# Author: Alex Schofield
-from csv_reader import csv_reader
+from main import csv_reader
import pytest
def test_empty_csv_should_return_no_content():
git.ajschof.me — hosted by ajschofield — powered by cgit