diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-03-19 00:45:45 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-03-19 00:45:45 +0300 |
commit | 281b9691af8dda2225c74efb99b98f4acc33c457 (patch) | |
tree | f3f483fcf8669cf0c31da4db33c4964272115d01 /persistence | |
parent | 42ed16bf9e9d72bf226045f1f291b9d58e2a6200 (diff) |
Add carbon option to tests
Diffstat (limited to 'persistence')
-rw-r--r-- | persistence/sessions_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/persistence/sessions_test.go b/persistence/sessions_test.go index c8e3077..df5e26d 100644 --- a/persistence/sessions_test.go +++ b/persistence/sessions_test.go @@ -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) |