Skip to content

Commit

Permalink
style: disable cspell for cardano addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Toton committed May 9, 2024
1 parent 0ee1cbf commit 8acdda0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import 'package:test/test.dart';

void main() {
group(ShelleyAddress, () {
/* cSpell:disable */
final mainnetAddr = ShelleyAddress.fromBech32(
'addr1qx2fxv2umyhttkxyxp8x0dlpdt3k6cwng5pxj3jhsydzer3n0d3vllmyqws'
'x5wktcd8cc3sq835lu7drv2xwl2wywfgse35a3x',
Expand All @@ -17,6 +18,7 @@ void main() {
final testnetStakeAddr = ShelleyAddress.fromBech32(
'stake_test1uqehkck0lajq8gr28t9uxnuvgcqrc6070x3k9r8048z8y5gssrtvn',
);
/* cSpell:enable */

test('round-trip conversion from and to bytes', () {
expect(
Expand Down

0 comments on commit 8acdda0

Please sign in to comment.