Skip to content

Commit 4a66ba4

Browse files
committed
Formatting
1 parent a8d3149 commit 4a66ba4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/axon/compiler_test.exs

+4-3
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,10 @@ defmodule CompilerTest do
136136

137137
{_, predict_fn} = Axon.build(model)
138138

139-
exception = assert_raise ArgumentError, fn ->
140-
predict_fn.(ModelState.empty(), Nx.tensor([1]))
141-
end
139+
exception =
140+
assert_raise ArgumentError, fn ->
141+
predict_fn.(ModelState.empty(), Nx.tensor([1]))
142+
end
142143

143144
assert Exception.message(exception) =~ "ambiguous"
144145
end

0 commit comments

Comments
 (0)