Skip to content

Commit

Permalink
hubris
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc committed May 8, 2024
1 parent 247b6ad commit 9fa733d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generator/internal/scaffold_generator_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ TEST_F(ScaffoldGenerator, Build) {
auto const actual = std::move(os).str();
EXPECT_THAT(actual, HasSubstr("2034"));
EXPECT_THAT(actual, Not(HasSubstr("$copyright_year$")));
EXPECT_THAT(actual, HasSubstr(R"""(name = "google_cloud_cpp_test",)"""));
EXPECT_THAT(actual, HasSubstr(R"""(cc_gapic_library)"""));
EXPECT_THAT(actual, HasSubstr(R"""(name = "test",)"""));
EXPECT_THAT(
actual,
HasSubstr(
Expand Down

0 comments on commit 9fa733d

Please sign in to comment.