mschae / boltex

Elixir driver for the neo4j bolt protocol
Other
29 stars 6 forks source link

add a test for Cypher queries, when executed with invalid parameters #18

Closed florinpatrascu closed 7 years ago

florinpatrascu commented 7 years ago

v0.3.0 it is indeed fixing florinpatrascu/bolt_sips#17. Just added an extra test, from a Query perspective, this time

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 97.368% when pulling d9d7ed58b4207f2f667026f028d90fc5b82fde94 on florinpatrascu:master into 56ad3aa5068a2ca6fe6671f6dd89f1043fa15f86 on mschae:master.

mschae commented 7 years ago

Thanks! ❤

I don't believe this merits a new release but I hardly ever complain about more tests. ;) This will make it into subsequent releases.

florinpatrascu commented 7 years ago

Definitely not for a new release, it's just a test - feeling better when I have them :)