Skip to content

Commit

Permalink
Fix typo, subcription -> subscription (#97)
Browse files Browse the repository at this point in the history
Found via `codespell -H`
  • Loading branch information
kianmeng authored Nov 6, 2023
1 parent e389fab commit 43ba3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/broadway_cloud_pub_sub/producer_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ defmodule BroadwayCloudPubSub.ProducerTest do
end

describe "prepare_for_start/2 validation" do
test ":subcription should be a string" do
test ":subscription should be a string" do
assert_raise(
ValidationError,
"required option :subscription not found, received options: [:client]",
Expand Down

0 comments on commit 43ba3c0

Please sign in to comment.