Skip to content

Commit

Permalink
Restore escape char
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 26, 2024
1 parent 7ac0790 commit 1961162
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
else:
from importlib_resources import files

SAMPLE_CONFIG: Dict[str, Any] = {}
SAMPLE_CONFIG: Dict[str, Any] = {
"escape_character": '"',
}


class MultipleStreamsTest(TargetFileTestTemplate):
Expand Down

0 comments on commit 1961162

Please sign in to comment.