integration/client: fix typo in export_test.go

Seet -> Seek
begining -> beginning

Signed-off-by: Ikko Ashimine <eltociear@gmail.com>
This commit is contained in:
Ikko Ashimine 2022-07-05 15:01:12 +09:00
parent 7eae7f206c
commit 6d4b61007b

View File

@ -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)
}