Skip to content

Commit

Permalink
Use a double quote escapechar in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Dec 15, 2023
1 parent 53a5a69 commit 4f2ea72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from target_csv.target import TargetCSV

SAMPLE_CONFIG: Dict[str, Any] = {
# TODO: Initialize minimal target config
"escape_character": '"',
}

TestTargetCSV = get_target_test_class(TargetCSV, config=SAMPLE_CONFIG)

0 comments on commit 4f2ea72

Please sign in to comment.