-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove extra positional argument for
escape_value
(#198)
* Remove extra positional argument for function `escape_value` doesn't accept two positional arguments, this change removes the extra boolean value. * Add basic tests for list & dict * Remove extra blank line after running Black * Fix dict property bug Before this change, a Python dict was being converted as `value:value` instead of `key:value`. Special thanks to katarina.supe for providing the fix. * Remove neo4j parameterised test for dict property Speaking to katarina.supe and we determined this is necessary as Neo4J doesn't support dict.
- Loading branch information
1 parent
d0f5e4d
commit cde5a5c
Showing
2 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters