Skip to content

Commit 5cd5109

Browse files
committed
feat: tests now required before release
1 parent ab1d9b2 commit 5cd5109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

avg/distance_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ func Test_distance(t *testing.T) {
2121
{
2222
name: "Original vs Damaged - 1%",
2323
file1: "./test-png-original.png",
24-
file2: "https://raw.githubusercontent.com/AskAlexSharov/imgdiff/master/test-png-damaged.png",
24+
file2: "https://raw.githubusercontent.com/AskAlexSharov/imgdiff/master/avg/test-png-damaged.png",
2525
wantDistance: 1,
2626
},
2727
{
2828
name: "Scaled Down vs Damaged - 1%",
29-
file1: "https://raw.githubusercontent.com/AskAlexSharov/imgdiff/master/test-png-scaled-down.png",
29+
file1: "https://raw.githubusercontent.com/AskAlexSharov/imgdiff/master/avg/test-png-scaled-down.png",
3030
file2: "./test-png-damaged.png",
3131
wantDistance: 1,
3232
},

0 commit comments

Comments
 (0)