mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
fix test names
This commit is contained in:
@@ -45,7 +45,7 @@ func TestGoodStringDecode(t *testing.T) {
|
||||
expected string
|
||||
}{
|
||||
{
|
||||
name: "hello",
|
||||
name: "basic string",
|
||||
payload: []byte{0x68, 0x65, 0x6c, 0x6c, 0x6f},
|
||||
expected: "hello",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user