Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Nov 7, 2024
1 parent b1fffb9 commit 54a5153
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ void main() {
final key = List.generate(5, (index) => index);
final mac = List.filled(5, 0);

sut.encrypt(
// ignore: unused_local_variable
final result = sut.encrypt(
message: Uint8List.fromList(message),
nonce: Uint8List.fromList(nonce),
key: SecureKeyFake(key),
Expand Down

0 comments on commit 54a5153

Please sign in to comment.