Skip to content

Commit

Permalink
fix: fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Le Saux committed Jun 3, 2024
1 parent 09fbe10 commit a8a59cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gfx/animate/anitmate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ import (
"github.com/jeromelesaux/zx0/encode"
)

func init() {
_ = os.Mkdir("../../test", os.ModePerm)
}
func TestAnimate(t *testing.T) {
file := "../../samples/sonic_rotate.gif"
e := config.NewMartineConfig(file, "../../test")
Expand Down

0 comments on commit a8a59cf

Please sign in to comment.