Skip to content

Commit 47973ee

Browse files
authored
Changes reference to ByteArray class>>#readHexFrom:
1 parent 6dde1d2 commit 47973ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/PBKDF2-Tests/PBKDF2TestCase.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Class {
77
{ #category : #'as yet unclassified' }
88
PBKDF2TestCase >> assertDerivedKey: pbkdf2 iterations: iterations equals: aString [
99
| expected |
10-
expected := ByteArray fromHexString: (self trim: aString).
10+
expected := ByteArray readHexFrom: (self trim: aString).
1111
self
1212
assert:
1313
(pbkdf2

0 commit comments

Comments
 (0)