Skip to content

Instantly share code, notes, and snippets.

@Eyas
Created May 25, 2020 17:45
Show Gist options
  • Save Eyas/de3666ae00630c2265430c9aab276f86 to your computer and use it in GitHub Desktop.
Save Eyas/de3666ae00630c2265430c9aab276f86 to your computer and use it in GitHub Desktop.
TEST(ConcertTest, ComputesPrice) {
EXPECT_THAT(
ForecastOutcome(PARSE_TEXT_PROTO(R"(
artist {
id: 2584
name: "Beyonce"
avg_price: 200
}
capacity: 500
)")),
EqualsProto(PARSE_TEXT_PROTO(R"(
expected: 100000
variance: 10000
)"))
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment