Skip to content

Commit

Permalink
Fix faulty test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bios-Marcel committed Nov 21, 2024
1 parent b74581f commit 37e8e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scoop/scoop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func Test_ManifestForVersion(t *testing.T) {
t.Run("found", func(t *testing.T) {
t.Parallel()

manifest, err := app.ManifestForVersion("1.22.0")
manifest, err := app.ManifestForVersion("1.22.1")
require.NoError(t, err)

// FIXME Read and validate.
Expand Down

0 comments on commit 37e8e2a

Please sign in to comment.