We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694dc22 commit 6473142Copy full SHA for 6473142
test/error_test.exs
@@ -21,7 +21,9 @@ defmodule Calque.ErrorTest do
21
22
test "{:cannot_read_accepted_snapshot, reason, path}" do
23
msg =
24
- Error.format_error({:cannot_read_accepted_snapshot, :enoent, "calque_snapshots/foo.accepted.snap"})
+ Error.format_error(
25
+ {:cannot_read_accepted_snapshot, :enoent, "calque_snapshots/foo.accepted.snap"}
26
+ )
27
28
assert msg =~ "accepted snapshot"
29
assert msg =~ "calque_snapshots/foo.accepted.snap"
0 commit comments