Skip to content

Commit

Permalink
test: add no metadata test order item req
Browse files Browse the repository at this point in the history
  • Loading branch information
clD11 committed Aug 6, 2024
1 parent 5697524 commit 4a4b5ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions services/skus/model/model_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,13 @@ func TestOrderItemRequestNew_Metadata(t *testing.T) {
},
},
},

{
name: "no_metadata",
given: tcGiven{
oreq: model.OrderItemRequestNew{},
},
},
}

for i := range tests {
Expand Down

0 comments on commit 4a4b5ae

Please sign in to comment.