Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 51e7afc

Browse files
committed
fix(editor-export): table test warnings
1 parent 35ccc07 commit 51e7afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helper/converter/editor_to_html_test/table_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ defmodule GroupherServer.Test.Helper.Converter.EditorToHTML.Table do
110110
{:ok, editor_string} = Jason.encode(editor_json)
111111
{:error, err_msg} = Parser.to_html(editor_string)
112112

113-
assert err_msg = [
113+
assert err_msg == [
114114
%{
115115
block: "table",
116116
field: "columnCount",

0 commit comments

Comments
 (0)