Add carbon option to tests
This commit is contained in:
parent
42ed16bf9e
commit
281b9691af
|
@ -56,6 +56,7 @@ func TestSessionToMap(t *testing.T) {
|
||||||
"rawmessages": "true",
|
"rawmessages": "true",
|
||||||
"asciiarrows": "false",
|
"asciiarrows": "false",
|
||||||
"oobmode": "true",
|
"oobmode": "true",
|
||||||
|
"carbons": "false",
|
||||||
}
|
}
|
||||||
if !reflect.DeepEqual(m, sample) {
|
if !reflect.DeepEqual(m, sample) {
|
||||||
t.Errorf("Map does not match the sample: %v", m)
|
t.Errorf("Map does not match the sample: %v", m)
|
||||||
|
|
Loading…
Reference in a new issue