Skip to content

Commit

Permalink
Oha, flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
BjRo committed Jan 19, 2014
1 parent 6c8ccee commit 4ab1042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/format_test.exs
Expand Up @@ -76,7 +76,7 @@ defmodule AP.Format.Test do
end

test "Can format pid" do
assert format(self, color: false) =~ %r(#PID<0.\d\d.0>\n)
assert format(self, color: false) =~ %r(#PID<0.\d+.0>\n)
end

test "Can format function" do
Expand Down

0 comments on commit 4ab1042

Please sign in to comment.