Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally inherit parent bidder info for alias adapter #3001

Merged
merged 12 commits into from
Aug 15, 2023

Conversation

onkarvhanumante
Copy link
Contributor

assert.Equal(t, test.expectedBidderInfos, bidderInfos)
}

test.assertFunc(bidderInfos, err)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If each test has it's own assertion there isn't much value in using a table driven format. If there is no good way to generalize the assertions, please use a series of t.Run calls in this method instead.

Copy link
Contributor Author

@onkarvhanumante onkarvhanumante Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

89c5363 make changes to remove assertFunc and use common assertion

Base automatically changed from PBS-1184 to master August 9, 2023 05:52
# Conflicts:
#	config/bidderinfo.go
#	config/bidderinfo_test.go
@hhhjort hhhjort self-assigned this Aug 9, 2023
Copy link
Collaborator

@hhhjort hhhjort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants