chore(#154): dart format path_helper_test (CI format gate)

pull/201/head
Strycher 2 weeks ago
parent 5931df754a
commit 497931955f

@ -31,7 +31,10 @@ void main() {
});
test('width 2 — groups two bytes per hop', () {
expect(PathHelper.formatPathHex([0x84, 0xab, 0x12, 0x34], 2), '84AB,1234');
expect(
PathHelper.formatPathHex([0x84, 0xab, 0x12, 0x34], 2),
'84AB,1234',
);
});
test('width 3 — groups three bytes per hop', () {

Loading…
Cancel
Save

Powered by TurnKey Linux.