mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
nojira: revert the test for failed unit test
This commit is contained in:
parent
9002db2297
commit
c54bb61642
@ -21,7 +21,6 @@ package org.sleuthkit.autopsy.keywordsearch;
|
||||
import org.junit.After;
|
||||
import org.junit.AfterClass;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.fail;
|
||||
import org.junit.Before;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
@ -230,7 +229,6 @@ public class CreditCardValidatorTest {
|
||||
assertEquals(false, CreditCardValidator.isValidCCN("123456789030")); //luhn
|
||||
assertEquals(false, CreditCardValidator.isValidCCN("123 456789031")); //grouping
|
||||
assertEquals(false, CreditCardValidator.isValidCCN("1234-56789 031")); //separators
|
||||
fail("Please email me this is failed.");
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user