Skip to content

Commit

Permalink
test: clarify 20110729A.ach is an invalid file
Browse files Browse the repository at this point in the history
Issue: #1280
  • Loading branch information
adamdecaf committed Aug 14, 2023
1 parent 38ec5e5 commit 1bbbeff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@ func TestTwoFileADVControls(t *testing.T) {

// testACHFileTooLongErr checks that it errors on a file that is too long
func testACHFileTooLongErr(t testing.TB) {
f, err := os.Open(filepath.Join("test", "testdata", "20110729A.ach"))
f, err := os.Open(filepath.Join("test", "testdata", "20110729A-invalid.ach"))
if err != nil {
t.Errorf("%T: %s", err, err)
}
Expand Down
File renamed without changes.

0 comments on commit 1bbbeff

Please sign in to comment.