Skip to content

Commit f337b92

Browse files
committed
fix old package paths
1 parent dfc55cb commit f337b92

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

filechecksum/filechecksum_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ package filechecksum
22

33
import (
44
"bytes"
5-
"chunks"
6-
"index"
75
"os"
86
"testing"
7+
8+
"github.com/AppImageCrafters/zsync/chunks"
9+
"github.com/AppImageCrafters/zsync/index"
910
)
1011

1112
func TestChecksumGenerationEndsWithFilechecksum(t *testing.T) {

rollsum/rollsum_32_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ package rollsum
22

33
import (
44
"bytes"
5-
"circularbuffer"
65
"hash"
76
"io"
87
"testing"
8+
9+
"github.com/AppImageCrafters/zsync/circularbuffer"
910
)
1011

1112
func TestThatRollsum32SatisfiesHashInterface(t *testing.T) {

0 commit comments

Comments
 (0)