Skip to content

Commit

Permalink
fix: bad filter
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed May 8, 2024
1 parent e9618b7 commit 4412c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvm.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Describe "Get-NodeVersions" {

Mock Invoke-WebRequest { return $mockJson }

$versions = Get-NodeVersions -Remote -Filter "v8"
$versions = Get-NodeVersions -Remote -Filter "v20"
$versions.Count | Should -Be 2
}
}
Expand Down

0 comments on commit 4412c9e

Please sign in to comment.