Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ZikkeyLS committed Jun 10, 2024
1 parent 491bfa1 commit 3d5efd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unit/EspmTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ TEST_CASE("Loads factions", "[espm]")
REQUIRE(form.rec->GetEditorId(cache) ==
std::string("KhajiitCaravanFaction"));

REQUIRE(static_cast<uint32_t>(data.flags) == static_cast<uint32_t>(espm::FACT::Flags::CanBeOwner));
REQUIRE(static_cast<uint32_t>(data.flags) ==
static_cast<uint32_t>(espm::FACT::Flags::CanBeOwner));

REQUIRE(data.interfactionRelations.size() == 2);
REQUIRE(data.interfactionRelations[0].factionFormId == 275865);
Expand Down

0 comments on commit 3d5efd2

Please sign in to comment.