Merge pull request #7130 from eltociear/patch-1
integration/client: fix typo in export_test.go
This commit is contained in:
commit
a0da9edd98
@ -60,7 +60,7 @@ func TestExport(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
// Seet to begining of file before passing it to assertOCITar()
|
||||
// Seek to beginning of file before passing it to assertOCITar()
|
||||
dstFile.Seek(0, 0)
|
||||
assertOCITar(t, dstFile)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user