Skip to content

Commit

Permalink
Removed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
muit committed Nov 9, 2019
1 parent 3351423 commit 965c404
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source/Test/Private/Attributes.spec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ void FInt32AttributesSpec::Define()
TestTrue(TEXT("Base Value"), Attr.GetBaseValue() == 5);
TestTrue(TEXT("Value"), Attr == 5);
});

It("This one will fail", [this]()
{
TestTrue(TEXT("Value is 2"), 1 == 2);
});
}

TESTSPEC(FModifiersSpec, "AttributesExtension.Modifiers", Flags_Product)
Expand Down

0 comments on commit 965c404

Please sign in to comment.