Skip to content

Commit

Permalink
Update tests logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuchkova committed Apr 19, 2022
1 parent 962847d commit 4788a35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class PriceFloorsFetchingSpec extends PriceFloorsBaseSpec {
cacheFloorsProviderRules(pbsService, bidRequest)

when: "PBS processes auction request"
floorsPbsService.sendAuctionRequest(bidRequest)
pbsService.sendAuctionRequest(bidRequest)

then: "PBS should fetch data"
assert floorsProvider.getRequestCount(bidRequest.app.publisher.id) == 1
Expand Down

0 comments on commit 4788a35

Please sign in to comment.