Skip to content

Commit

Permalink
Fix test name macro expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
Net-burst authored and Oleksandr Zhevedenko committed Dec 3, 2021
1 parent a45a780 commit 8b9d14e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.testcontainers.lifecycle.Startables

class Dependencies {

static final Boolean IS_LAUNCH_CONTAINERS = Boolean.valueOf(System.getProperty("launchContainers"))
private static final Boolean IS_LAUNCH_CONTAINERS = Boolean.valueOf(System.getProperty("launchContainers"))

static final ObjectMapperWrapper objectMapperWrapper = new ObjectMapperWrapper()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class AuctionSpec extends BaseSpec {
}

@Unroll
def "PBS should prefer timeout from the auction request when stored request timeout is #tmax"() {
def "PBS should prefer timeout from the auction request"() {
given: "Default basic BidRequest with generic bidder"
def timeout = getRandomTimeout()
def bidRequest = BidRequest.defaultBidRequest.tap {
Expand Down

0 comments on commit 8b9d14e

Please sign in to comment.