Skip to content

Commit

Permalink
remove commentsd
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishshinde-pubm committed Jun 10, 2024
1 parent 7db6cea commit 5cd22dd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions adapters/ortbbidder/requestBuilder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ func TestParseRequest(t *testing.T) {
args args
want want
}{
// {
// name: "request_is_nil",
// args: args{
// request: nil,
// },
// want: want{
// err: errImpMissing,
// rawRequest: json.RawMessage(`null`),
// },
// },
{
name: "request_is_nil",
args: args{
request: nil,
},
want: want{
err: errImpMissing,
rawRequest: json.RawMessage(`null`),
},
},
{
name: "request_is_valid",
args: args{
Expand Down

0 comments on commit 5cd22dd

Please sign in to comment.