Skip to content

Commit

Permalink
test(*): fix jq reserver bugs
Browse files Browse the repository at this point in the history
Signed-off-by: Soren Yang <lsytj0413@gmail.com>
  • Loading branch information
lsytj0413 committed Nov 22, 2023
1 parent d336828 commit 7724c89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/asl/payload_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ func TestApplyPayloadTemplateOnObject(t *testing.T) {
"flagged": true,
"parts": map[string]interface{}{
"first": 0,
// NOTE: this is an bug, the jp return it with Reverse order
"last3": []interface{}{50, 40, 30},
"last3": []interface{}{30, 40, 50},
},
"weekday": "TUESDAY",
// "formattedOutput": "Today is TUESDAY",
Expand Down

0 comments on commit 7724c89

Please sign in to comment.