aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_csv_reader.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_csv_reader.py')
-rw-r--r--test/test_csv_reader.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/test_csv_reader.py b/test/test_csv_reader.py
index 0ce3401..1b3d071 100644
--- a/test/test_csv_reader.py
+++ b/test/test_csv_reader.py
@@ -50,10 +50,3 @@ def test_csv_with_quoted_fields_should_run_as_expected():
{"student_id": "5678", "name": "Student 2", "course": "Course 2"},
]
assert result == expected
-
-
-def test_non_csv_file_should_return_no_content():
- content = ""
- result = reader.read_string(content)
- expected = []
- assert result == expected
git.ajschof.me — hosted by ajschofield — powered by cgit