Skip to content

Commit

Permalink
Fix bad test (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jun 17, 2024
1 parent bc49744 commit ec29aef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ TEST(ModelWarpDocument, getWarpedMeshesOutputDirectory_ReturnsNonNulloptWhenOsim
{
const std::filesystem::path fileLocation = GetFixturesDir() / "blank.osim";
const ModelWarpDocument doc{fileLocation};
ASSERT_NE(ModelWarpDocument{}.getWarpedMeshesOutputDirectory(), std::nullopt);
ASSERT_NE(doc.getWarpedMeshesOutputDirectory(), std::nullopt);
}

TEST(ModelWarpDocument, getOsimFileLocation_ReturnsNulloptOnDefaultConstruction)
Expand Down

0 comments on commit ec29aef

Please sign in to comment.