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",
|
||||
"asciiarrows": "false",
|
||||
"oobmode": "true",
|
||||
"carbons": "false",
|
||||
}
|
||||
if !reflect.DeepEqual(m, sample) {
|
||||
t.Errorf("Map does not match the sample: %v", m)
|
||||
|
|
Loading…
Reference in a new issue