Formatting

This commit is contained in:
Michael Miller 2019-11-03 10:03:09 -07:00
parent 5b143cb72c
commit 3931f420fe

View file

@ -23,7 +23,7 @@ module Spectator::Matchers
def values(actual : TestExpression(T)) forall T def values(actual : TestExpression(T)) forall T
{ {
expected: "1 time with any arguments", expected: "1 time with any arguments",
received: "0 times with any arguments" received: "0 times with any arguments",
} }
end end
end end