Skip to content

Commit 79a59e3

Browse files
committed
Fix test
1 parent 28f9a8f commit 79a59e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-dev/Source/Sentry/Private/Tests/SentryEvent.spec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void SentryEventSpec::Define()
5858
TArray<FString> OutFingerprint = SentryEvent->GetFingerprint();
5959

6060
TestEqual("Fingerprint elements count", OutFingerprint.Num(), InFingerprint.Num());
61-
TestTrue("Fingerprint is empty", OutFingerprint.IsEmpty());
61+
TestEqual("Fingerprint is empty", OutFingerprint.Num(), 0);
6262
});
6363
});
6464
}

0 commit comments

Comments
 (0)