Skip to content

Commit

Permalink
satisfy compiler differences... hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
gawquon committed Jul 26, 2024
1 parent 7f63971 commit 4414b0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ TEST(V3World_BuildingGroupsTests, InvalidGroupReturnsNullAncestor)
buildingGroupLoader.loadBuildingGroups(modFS);
const auto buildingGroups = buildingGroupLoader.getBuildingGroups();

EXPECT_EQ("", buildingGroups.getAncestralGroup("bg_none").value());
EXPECT_EQ("", buildingGroups.getAncestralGroup("bg_none").value_or(""));
}

0 comments on commit 4414b0a

Please sign in to comment.