Skip to content

Commit

Permalink
Fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Apr 22, 2024
1 parent d62315a commit f0b4155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bumblebee/text/text_generation_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ defmodule Bumblebee.Text.TextGenerationTest do

# Raises when a batch is given
assert_raise ArgumentError,
"serving only accepts singular input when stream is enabled, call the serving with each input in the batch separately",
"this serving only accepts singular input when stream is enabled, call the serving with each input in the batch separately",
fn ->
Nx.Serving.run(serving, [article])
end
Expand Down

0 comments on commit f0b4155

Please sign in to comment.