mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
cleanup unnecessary use of floats
This commit is contained in:
@@ -19,7 +19,7 @@ func TestSerialClientFromRegistry(t *testing.T) {
|
||||
Params: map[string]any{
|
||||
"port": "/dev/ttyUSB0",
|
||||
"framing": "LF",
|
||||
"baudRate": 9600.0,
|
||||
"baudRate": 9600,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user