Skip to content

Commit

Permalink
revert accidental test change
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Sep 14, 2023
1 parent c9dceb2 commit 0b817d2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions path_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,10 @@ store:
expected: float64(19.95),
},
{
name: `$.store.'bicycle*unicycle.price`,
name: `$.store.'bicycle*unicycle'.price`,
path: builder().Root().Child("store").Child(`bicycle*unicycle`).Child("price").Build(),
expected: float64(20.25),
},
//{
// name: `$.store.'bicycle*unicycle.price`,
// path: builder().Root().Child("store").Child(`bicycle*unicycle`).Child("price").Build(),
// expected: float64(20.25),
//},
}
t.Run("PathString", func(t *testing.T) {
for _, test := range tests {
Expand Down

0 comments on commit 0b817d2

Please sign in to comment.