Skip to content

Commit fea514f

Browse files
addressed review comments
1 parent bfc1869 commit fea514f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/pubmatic/openwrap/adapterthrottle_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func TestGetAdapterThrottleMap(t *testing.T) {
141141
},
142142
},
143143
want: want{
144-
adapterThrottleMap: map[string]struct{}{"appnexus": struct{}{}, "pubmatic": struct{}{}},
144+
adapterThrottleMap: map[string]struct{}{"appnexus": {}, "pubmatic": {}},
145145
allPartnersThrottledFlag: true,
146146
},
147147
},

0 commit comments

Comments
 (0)