Skip to content

Commit 965c404

Browse files
committed
Removed failing test
1 parent 3351423 commit 965c404

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Source/Test/Private/Attributes.spec.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ void FInt32AttributesSpec::Define()
4646
TestTrue(TEXT("Base Value"), Attr.GetBaseValue() == 5);
4747
TestTrue(TEXT("Value"), Attr == 5);
4848
});
49-
50-
It("This one will fail", [this]()
51-
{
52-
TestTrue(TEXT("Value is 2"), 1 == 2);
53-
});
5449
}
5550

5651
TESTSPEC(FModifiersSpec, "AttributesExtension.Modifiers", Flags_Product)

0 commit comments

Comments
 (0)