We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1d9b2 commit 5cd5109Copy full SHA for 5cd5109
avg/distance_test.go
@@ -21,12 +21,12 @@ func Test_distance(t *testing.T) {
21
{
22
name: "Original vs Damaged - 1%",
23
file1: "./test-png-original.png",
24
- file2: "https://raw.githubusercontent.com/AskAlexSharov/imgdiff/master/test-png-damaged.png",
+ file2: "https://raw.githubusercontent.com/AskAlexSharov/imgdiff/master/avg/test-png-damaged.png",
25
wantDistance: 1,
26
},
27
28
name: "Scaled Down vs Damaged - 1%",
29
- file1: "https://raw.githubusercontent.com/AskAlexSharov/imgdiff/master/test-png-scaled-down.png",
+ file1: "https://raw.githubusercontent.com/AskAlexSharov/imgdiff/master/avg/test-png-scaled-down.png",
30
file2: "./test-png-damaged.png",
31
32
0 commit comments