Closed johnnadratowski closed 9 years ago
@wfreeman - I think the test not passing is a fluke, I was able to run these tests successfully.
➜ go test -covermode=count -coverprofile=../typescov.out
OK: 32 passed, 1 skipped
PASS
coverage: 77.9% of statements
ok gopkg.in/cq.v1 18.489s
indeed, it seems like it failed to set the test password in the build process. thanks for the PR!
the weird thing is it continues to happen. there may be a timing problem between neo4j start and the curl.
@wfreeman woohoo! Thanks for the quick reply and merge! :+1:
@wfreeman
I'm using this library for a Neo project I have. I found this issue with escaped characters in string literals. Pretty simple fix. I'd appreciate it if we could get this into v1 as soon as we can, as it's causing some issues for my project.
Thanks!