Skip to content

Commit

Permalink
chore: use ./testdata/example-in.ttml
Browse files Browse the repository at this point in the history
  • Loading branch information
Min authored and Min committed Oct 7, 2024
1 parent 83ca26d commit afcbcf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion testdata/example-in-no-indent.ttml

This file was deleted.

2 changes: 1 addition & 1 deletion ttml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func TestTTMLBreakLines(t *testing.T) {

func TestWriteToTTMLWithIndentOption(t *testing.T) {
// Open
s, err := astisub.OpenFile("./testdata/example-in-no-indent.ttml")
s, err := astisub.OpenFile("./testdata/example-in.ttml")
assert.NoError(t, err)

// Write
Expand Down

0 comments on commit afcbcf5

Please sign in to comment.