Skip to content

Commit f985d3d

Browse files
committed
Merge pull request #6 from kuenishi/patch-1
Fix for R16B01
2 parents 031ee2d + e1a0891 commit f985d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bench_encode_records.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ data() ->
88
age = 116,
99
adress = <<"ИзбаНаОкорочках, Болото, Лес, Россия">>,
1010
phones = [<<"666-66-66">>],
11-
email = baba_yaga@les.ru
11+
email = 'baba_yaga@les.ru'
1212
}.
1313

1414
test() ->

0 commit comments

Comments
 (0)