Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
djencks committed Dec 30, 2020
1 parent cd1cbf2 commit 97b9def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extensions_test.rb
Expand Up @@ -430,7 +430,7 @@ def process parent, reader, attributes
doc = Asciidoctor::Document.new
assert doc.extensions?
assert_kind_of Asciidoctor::Extensions::Registry, doc.extensions
assert_equal doc.extensions @registry
assert_equal doc.extensions, @registry
ensure
Asciidoctor::Extensions.unregister_all
end
Expand Down

0 comments on commit 97b9def

Please sign in to comment.