Skip to content

Commit

Permalink
Update expected test outcome
Browse files Browse the repository at this point in the history
  • Loading branch information
holzensp committed Apr 10, 2024
1 parent 375b88f commit 309e3ff
Showing 1 changed file with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,21 @@ res1 {
other = "other"
}
productx {
"other"
new {
skux = "BL394Dx"
quantityx = 5
descriptionx = "Basketballx"
pricex = 451.23
other = "other"
}
new {
skux = "BL4438Hx"
quantityx = 2
descriptionx = "Super Hoopx"
pricex = 2393.23
other = "other"
}
"other"
}
taxx = 252.64999999999998
totalx = 4444.75
Expand Down Expand Up @@ -86,14 +93,21 @@ res2 = List(new {
other = "other"
}, new {
productx {
"other"
new {
skux = "BL394Dx"
quantityx = 5
descriptionx = "Basketballx"
pricex = 451.23
other = "other"
}
new {
skux = "BL4438Hx"
quantityx = 2
descriptionx = "Super Hoopx"
pricex = 2393.23
other = "other"
}
"other"
}
other = "other"
}, new {
Expand Down

0 comments on commit 309e3ff

Please sign in to comment.