Skip to content

Commit eee028e

Browse files
Tests work better now
1 parent a849e8b commit eee028e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/crypton_test.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ void main() {
1111

1212
setUp(() {
1313
rsaKeypair = RSAKeypair.fromRandom(keySize: 2048);
14-
message =
15-
utf8.encode(DateTime.now().millisecondsSinceEpoch.toRadixString(16))
16-
as Uint8List;
14+
message = utf8.encode('Crypton Test Message') as Uint8List;
1715
});
1816

1917
test('Private Key to String and back', () {

0 commit comments

Comments
 (0)