Fix offense: seperate every 3 digits with _
This commit is contained in:
parent
218c7039a9
commit
5c6c01793c
|
@ -239,7 +239,7 @@ class TestFilters < JekyllUnitTest
|
||||||
|
|
||||||
should "convert a String to Integer" do
|
should "convert a String to Integer" do
|
||||||
assert_equal(
|
assert_equal(
|
||||||
142857,
|
142_857,
|
||||||
@filter.to_integer(@integer_as_string)
|
@filter.to_integer(@integer_as_string)
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue