Skip to content

Commit b89dbd7

Browse files
markus-wadustin
authored andcommitted
Fix schemes import in heatmap_test
Necessary to play well with dep: golang/dep#899
1 parent b197538 commit b89dbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heatmap_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"math/rand"
88
"testing"
99

10-
"./schemes"
10+
"github.com/dustin/go-heatmap/schemes"
1111

1212
"github.com/jteeuwen/imghash"
1313
)

0 commit comments

Comments
 (0)