1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 19:44:01 +08:00
This commit is contained in:
Dimitris Apostolou
2021-11-17 22:16:06 +02:00
committed by GitHub
parent c71a1c2411
commit 0c2f9d5950
15 changed files with 25 additions and 25 deletions

View File

@ -45,7 +45,7 @@ func testOneFile(f string, t *testing.T) {
}
if !bytes.Equal(vcsData, embdData) {
t.Errorf("asset %s: vcs and embedded data isnt equal", f)
t.Errorf("asset %s: vcs and embedded data isn't equal", f)
return
}