Skip to content

Commit 4630122

Browse files
Apply suggested fix to test/xsalsa20_test.dart from Copilot Autofix
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 604b7e3 commit 4630122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/xsalsa20_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ void main() {
6868
expect(algo.subnonce,
6969
equals([1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2]));
7070
});
71-
test('random nonce is used if nonce is null, ', () {
71+
test('random nonce is used if nonce is null', () {
7272
var key = randomNumbers(32);
7373
var text = randomBytes(100);
7474
xsalsa20(text, key);

0 commit comments

Comments
 (0)