Explorar el Código

Reformat XmlNodeTest class

Patrick-Christopher Mattulat hace 3 años
padre
commit
11a66f2ab0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/cases/io/xml/XmlNodeTest.cpp

+ 1 - 1
test/cases/io/xml/XmlNodeTest.cpp

@@ -905,7 +905,7 @@ namespace
     attribute->setValue("important");
     singleLineElement->addAttributeToEnd(attribute);
 
-    ls_std::String xmlContent {singleLineElement->toXml()};
+    ls_std::String xmlContent{singleLineElement->toXml()};
     std::string expectedXmlString = R"(<info id="important" />)";
 
     ASSERT_TRUE(xmlContent.contains(expectedXmlString));