neo4j / cypher-builder

A library for building Cypher queries for Neo4j programmatically.
https://neo4j.github.io/cypher-builder/
Apache License 2.0
50 stars 14 forks source link

Update call, create and foreach tests to not use deprecated syntax #360

Closed angrykoala closed 3 months ago

angrykoala commented 3 months ago

Plenty of tests still use the deprecated syntax new Cypher.Match(node) instead of the new new Cypher.Match(new Cypher.Pattern(node))

This PR updates tests on Call, Create and Foreach

changeset-bot[bot] commented 3 months ago

⚠️ No Changeset found

Latest commit: ba648b753c00d8bb1599a0f19692eaf2a7b5fe96

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud