Add carbon option to tests

This commit is contained in:
Bohdan Horbeshko 2023-03-18 17:45:45 -04:00
parent 42ed16bf9e
commit 281b9691af

View file

@ -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)