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:
parent
7eae7f206c
commit
6d4b61007b
@ -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