Skip to content

Commit 17f9402

Browse files
committedFeb 18, 2023
oops
Signed-off-by: Andrew Thornton <art27@cantab.net>
1 parent 2860567 commit 17f9402

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎modules/auth/password/hash/hash_test.go

-5
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,3 @@ func TestVectors(t *testing.T) {
184184
}
185185
}
186186
}
187-
188-
func TestPassword(t *testing.T) {
189-
hash, err := Parse("pbkdf2$50000$50").Hash("password", "ZogKvWdyEx")
190-
assert.Fail(t, hash, "%s %v", hash, err)
191-
}

0 commit comments

Comments
 (0)