Skip to content
Snippets Groups Projects
Commit 00e872a2 authored by Ted Nyman's avatar Ted Nyman
Browse files

Update test

parent 7f1c10dc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -32,7 +32,7 @@ class PygmentsHighlightTest < Test::Unit::TestCase
def test_highlight_works_with_larger_files
code = P.highlight(REDIS_CODE)
assert_match 'used_memory_peak_human', code
assert_equal 454107, code.bytesize.to_i
assert_equal 455203, code.bytesize.to_i
end
 
def test_returns_nil_on_timeout
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment