[libcalamares] Misplaced space in a test-filename

This commit is contained in:
Adriaan de Groot 2020-11-30 15:28:08 +01:00
parent 1f21b9ad73
commit fa7d2bda16

View File

@ -113,7 +113,7 @@ LibCalamaresTests::testLoadSaveYaml()
CalamaresUtils::saveYaml( "out.yaml", map );
auto other_map = CalamaresUtils::loadYaml( "out.yaml" );
CalamaresUtils::saveYaml( " out2.yaml", other_map );
CalamaresUtils::saveYaml( "out2.yaml", other_map );
QCOMPARE( map, other_map );
QFile::remove( "out.yaml" );