Skip to content

Commit

Permalink
correct Get-LessPass test value
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard-lopez authored and sctfic committed Apr 6, 2019
1 parent b7b13bf commit 31fb9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lesspass.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Import-module $PSScriptRoot/Lesspass.psd1 -Force
Describe 'Get-LessPass' {
Context "Simple rule" {
It 'Run' {
Get-LessPass "site" "login" "masterpassword"
Get-LessPass "site" "login" "masterpassword" | Should -BeExactly 'cp$=}`taN2LZ=PF@'
}
}
}

0 comments on commit 31fb9a3

Please sign in to comment.