diff --git a/src/tests/api/internals/game/load_order_handler_test.h b/src/tests/api/internals/game/load_order_handler_test.h index 38322573..d553d7d8 100644 --- a/src/tests/api/internals/game/load_order_handler_test.h +++ b/src/tests/api/internals/game/load_order_handler_test.h @@ -65,13 +65,13 @@ protected: return {"Skyrim.esm", "Update.esm", "Dawnguard.esm", - "Hearthfires.esm", + "HearthFires.esm", "Dragonborn.esm"}; case GameType::tes5vr: return {"Skyrim.esm", "Update.esm", "Dawnguard.esm", - "Hearthfires.esm", + "HearthFires.esm", "Dragonborn.esm", "SkyrimVR.esm"}; case GameType::fo4: