Skip to content

Commit

Permalink
test case name update
Browse files Browse the repository at this point in the history
  • Loading branch information
AvinashKapre committed Oct 9, 2024
1 parent 3453bed commit b0c7fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapters/pubmatic/pubmatic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func TestParseImpressionObject(t *testing.T) {
},
},
{
name: "do not populate imp.displaymanager and imp.displaymanagerver in imp if only displaymanager or displaymanagerver is empty in args",
name: "do not populate imp.displaymanager and imp.displaymanagerver in imp if only displaymanager or displaymanagerver is present in args",
args: args{
imp: &openrtb2.Imp{
Video: &openrtb2.Video{},
Expand Down Expand Up @@ -1592,7 +1592,7 @@ func TestGetDisplayManagerAndVer(t *testing.T) {
want want
}{
{
name: "request app object is nils",
name: "request app object is nil",
args: args{
req: &openrtb2.BidRequest{
App: nil,
Expand Down

0 comments on commit b0c7fe5

Please sign in to comment.