aboutsummaryrefslogtreecommitdiff
path: root/persistence/sessions_test.go
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2022-02-14 03:05:59 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2022-02-14 03:05:59 +0300
commit915c40f1eed6ba139323c0fa15eed4ed3792f34b (patch)
treeb7e67604ea0451e2cc19f532a2c0954614eabd52 /persistence/sessions_test.go
parent6cbfed824520e742532db502147d9c6bc524cc84 (diff)
Add an asciiarrows option (for clients that do not support Unicode ones)v1.1.2
Diffstat (limited to 'persistence/sessions_test.go')
-rw-r--r--persistence/sessions_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/persistence/sessions_test.go b/persistence/sessions_test.go
index aa1f4b8..76f71f9 100644
--- a/persistence/sessions_test.go
+++ b/persistence/sessions_test.go
@@ -53,6 +53,7 @@ func TestSessionToMap(t *testing.T) {
"timezone": "klsf",
"keeponline": "false",
"rawmessages": "true",
+ "asciiarrows": "false",
}
if !reflect.DeepEqual(m, sample) {
t.Errorf("Map does not match the sample: %v", m)