Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Thornton <art27@cantab.net>
  • Loading branch information
zeripath committed Feb 18, 2023
1 parent 2860567 commit 17f9402
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/auth/password/hash/hash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,3 @@ func TestVectors(t *testing.T) {
}
}
}

func TestPassword(t *testing.T) {
hash, err := Parse("pbkdf2$50000$50").Hash("password", "ZogKvWdyEx")
assert.Fail(t, hash, "%s %v", hash, err)
}

0 comments on commit 17f9402

Please sign in to comment.