Merge "Fix b/300640506" into main

This commit is contained in:
Zhi Dou
2023-09-18 16:02:33 +00:00
committed by Gerrit Code Review

View File

@@ -40,6 +40,7 @@ public final class StaticContentUnitTests {
StringBuilder expected = new StringBuilder();
expected.append("The flag: appendStaticContent is ON!!\n\n");
expected.append("The flag: thirdFlag is OFF!!\n\n");
expected.append("The flag: read only flag static is OFF!!\n\n");
assertEquals("Expected message", expected.toString(), ret);
}
}