memberNumber as partnerNumber+memberNumberSuffix #13
@ -436,7 +436,7 @@ public class ImportOfficeTables extends ContextBasedTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private List<String[]> withoutHeader(final List<String[]> records) {
|
private List<String[]> withoutHeader(final List<String[]> records) {
|
||||||
return records.subList(1, records.size()-1);
|
return records.subList(1, records.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user