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

Commit 35ccc07

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/helper/converter/editor_to_html_test/table_test.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule GroupherServer.Test.Helper.Converter.EditorToHTML.Table do
1212

1313
describe "[table block unit]" do
1414
defp set_items(column_count, items) do
15-
editor_json = %{
15+
%{
1616
"time" => 1_567_250_876_713,
1717
"blocks" => [
1818
%{
@@ -27,7 +27,7 @@ defmodule GroupherServer.Test.Helper.Converter.EditorToHTML.Table do
2727
}
2828
end
2929

30-
@tag :wip2
30+
@tag :wip
3131
test "basic table parse should work" do
3232
editor_json =
3333
set_items(4, [
@@ -104,7 +104,7 @@ defmodule GroupherServer.Test.Helper.Converter.EditorToHTML.Table do
104104
assert Utils.str_occurence(converted, td_stripe_class) == 3
105105
end
106106

107-
@tag :wip2
107+
@tag :wip
108108
test "invalid table field parse should raise error message" do
109109
editor_json = set_items("aa", "bb")
110110
{:ok, editor_string} = Jason.encode(editor_json)

0 commit comments

Comments
 (0)