Skip to content

Commit

Permalink
chore: tweak tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Feb 3, 2024
1 parent f26563b commit 6f2bb7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parser/image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func TestImageParser(t *testing.T) {
for _, test := range tests {
tokens := tokenizer.Tokenize(test.text)
node, _ := NewImageParser().Match(tokens)
require.Equal(t, test.image, node)
require.Equal(t, restore.Restore([]ast.Node{test.image}), restore.Restore([]ast.Node{node}))
}
}

0 comments on commit 6f2bb7d

Please sign in to comment.