Skip to content

Commit f0f3567

Browse files
yhiroseCopilot
andauthored
Update test/test.cc
Co-authored-by: Copilot <[email protected]>
1 parent 536e637 commit f0f3567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12715,6 +12715,7 @@ TEST(ETagTest, StaticFileETagAndIfNoneMatch) {
1271512715
EXPECT_FALSE(etag.empty());
1271612716

1271712717
// Verify ETag format: W/"hex-hex"
12718+
ASSERT_GE(etag.length(), 3u);
1271812719
EXPECT_EQ('W', etag[0]);
1271912720
EXPECT_EQ('/', etag[1]);
1272012721
EXPECT_EQ('"', etag[2]);

0 commit comments

Comments
 (0)