Apply clang-format to unit test
parent
0bacc7134d
commit
96eb87265e
|
@ -62,5 +62,5 @@ TEST_F(utIrrImportExport, importSimpleIrrTest) {
|
||||||
TEST_F(utIrrImportExport, importSGIrrTest) {
|
TEST_F(utIrrImportExport, importSGIrrTest) {
|
||||||
Assimp::Importer importer;
|
Assimp::Importer importer;
|
||||||
const aiScene *scene = importer.ReadFile(ASSIMP_TEST_MODELS_DIR "/IRR/dawfInCellar_SameHierarchy.irr", aiProcess_ValidateDataStructure);
|
const aiScene *scene = importer.ReadFile(ASSIMP_TEST_MODELS_DIR "/IRR/dawfInCellar_SameHierarchy.irr", aiProcess_ValidateDataStructure);
|
||||||
EXPECT_NE( nullptr,scene);
|
EXPECT_NE(nullptr, scene);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue