Skip to content

Commit

Permalink
fix(spec): rename duplicate test-case
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Mar 20, 2021
1 parent 57ab2f8 commit 3ac0bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/xbow-spec.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function xbow-spec:pluck-deep () {

declare
%test:assertEquals(1)
function xbow-spec:pluck-deep () {
function xbow-spec:pluck-deep-array-in-map () {
map {'a': ["1", map {'c': map {'d': map {'e': map {'f': 1}}}}]}
=> xbow:pluck-deep(('a', 2,'c','d','e','f'))
};
Expand Down

0 comments on commit 3ac0bef

Please sign in to comment.