equalTo("Débito não agendado - Tipo do número de inscrição do sacado debitado inválido"));
}
private FixedLine firstLineOf(String ocorrencia, String motivos) {
String line = toLine(ocorrencia, motivos);
FixedFile file = FixedFile.parseString(line);
ParsedFixedLines _lines = file.getLines();
List<FixedLine> lines = ImmutableList.copyOf(_lines);
return lines.get(0);
}