Skip to content

Commit

Permalink
version v0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cuhsat committed Jun 4, 2024
1 parent 7b2fdf0 commit 423ba8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/fact/zip/zip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func TestIndex(t *testing.T) {
t.Run("Test index", func(t *testing.T) {
idx, err := Index(test.Testdata("windows", "image.zip"))
idx, err := Index(test.Testdata("windows", "root.zip"))

if err != nil {
t.Fatal(err)
Expand All @@ -28,7 +28,7 @@ func TestUnzip(t *testing.T) {
t.Run("Test unzip", func(t *testing.T) {
tmp, _ := os.MkdirTemp(os.TempDir(), "zip")

err := Unzip(test.Testdata("windows", "image.zip"), tmp)
err := Unzip(test.Testdata("windows", "root.zip"), tmp)

if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 423ba8c

Please sign in to comment.