Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
  • Loading branch information
mathetake committed Sep 3, 2024
1 parent fff449c commit 6923b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/extensions/dynamic_modules/abi_version_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ TEST(DynamicModules, ABIVersionCheck) {
EXPECT_EQ(sha256, kAbiVersion);
}

// This test ensures that the copied ABI header files in the SDK directory are identical to the original ABI headers.
// This test ensures that the copied ABI header files in the SDK directory are identical to the
// original ABI headers.
TEST(DynamicModules, ABIHeaderIdentical) {
const std::string original_abi_header = TestEnvironment::readFileToStringForTest(
TestEnvironment::substitute("{{ test_rundir }}/source/extensions/dynamic_modules/abi.h"));
Expand All @@ -38,7 +39,6 @@ TEST(DynamicModules, ABIHeaderIdentical) {
// TODO: Add Go SDK.
}


} // namespace DynamicModules
} // namespace Extensions
} // namespace Envoy

0 comments on commit 6923b75

Please sign in to comment.