Skip to content

Commit

Permalink
test: make box unique
Browse files Browse the repository at this point in the history
  • Loading branch information
davidovich committed Mar 10, 2019
1 parent 8fa5b1e commit 535e9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/summon/summon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func TestOneFileInstanciation(t *testing.T) {

a := assert.New(t)

box := packr.New("t", "")
box := packr.New("t1", "")
box.AddString("text.txt", "this is a text")

// create a summoner to summon text.txt at
Expand Down

0 comments on commit 535e9db

Please sign in to comment.