Skip to content

Commit

Permalink
Fix wrong type in MTU test
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell committed Mar 6, 2024
1 parent 512955e commit 0cdadb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bluez_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ class MockBlueZGattCharacteristicObject extends MockBlueZObject {
'Service': service.path,
'UUID': DBusString(uuid),
'Value': DBusArray.byte(value),
'MTU': DBusInt16(mtu),
'MTU': DBusUint16(mtu),
}
};

Expand Down

0 comments on commit 0cdadb0

Please sign in to comment.