diff --git a/tests/passwordfiletests.cpp b/tests/passwordfiletests.cpp index abf4b76..96b1a1c 100644 --- a/tests/passwordfiletests.cpp +++ b/tests/passwordfiletests.cpp @@ -231,7 +231,7 @@ void PasswordFileTests::testExtendedWriting() CPPUNIT_ASSERT_LESS(fileSize, file.size()); file.load(); - auto path = std::list{"newAccount"}; + auto path = std::list{ "newAccount" }; CPPUNIT_ASSERT(file.rootEntry()); CPPUNIT_ASSERT(!file.rootEntry()->entryByPath(path)); }