Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Dec 27, 2020
1 parent 33da306 commit 2b84a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/test/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

func TestE2E(t *testing.T) {
mustAsset := func(t *testing, T, name string) []byte {
mustAsset := func(t *testing.T, name string) []byte {
file, err := Assets.File(name)
if err != nil {
t.Fatalf("failed to find %s: %s", name, err)
Expand Down

0 comments on commit 2b84a29

Please sign in to comment.