remove wrong test methods

This commit is contained in:
Thomas Christlieb
2025-01-08 12:58:16 +01:00
parent aca5c329bb
commit 54c55e68be

View File

@@ -274,16 +274,6 @@ public class ZF2EdgeTest extends MustangReaderTestCase {
return "123";
}
@Override
public String getPaymentMeansCode() {
return "42";
}
@Override
public String getPaymentMeansInformation() {
return "Überweisung";
}
/**
* Create the test case
*