Added description to @Ignore

This commit is contained in:
dankl 2019-10-13 01:14:01 +02:00 committed by dankito
parent aae9acaf00
commit 08f991deba
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import org.junit.Test
import java.io.File import java.io.File
@Ignore @Ignore // not an automatic test, set your path to your bank list file below
class DeutscheKreditwirtschaftBankListParserTest { class DeutscheKreditwirtschaftBankListParserTest {
private val underTest = DeutscheKreditwirtschaftBankListParser() private val underTest = DeutscheKreditwirtschaftBankListParser()