Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Fix issues in integration tests (#144, #214)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Apr 28, 2022
1 parent 4484682 commit 1d5f713
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
append("animals[].$last.type", " is cool")
append("animals[].$first.type", " is cool")

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
append("animals[].$first.type", " is cool")
append("animals[].$last.type", " is cool")

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
append("animals[].$last.type", "Big ")
prepend("animals[].$last.type", "Big ")

This file was deleted.

0 comments on commit 1d5f713

Please sign in to comment.