Skip to content

Commit

Permalink
Remove duplicate testdata file and use existing.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Oct 1, 2023
1 parent 81a16bd commit ac7e33c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion srt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestSRTMissingSequence(t *testing.T) {
assert.EqualError(t, err, astisub.ErrNoSubtitlesToWrite.Error())

// Write
c, err := ioutil.ReadFile("./testdata/missing-sequence-out.srt")
c, err := ioutil.ReadFile("./testdata/example-out.srt")
assert.NoError(t, err)
err = s.WriteToSRT(w)
assert.NoError(t, err)
Expand Down
26 changes: 0 additions & 26 deletions testdata/missing-sequence-out.srt

This file was deleted.

0 comments on commit ac7e33c

Please sign in to comment.