Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ukutaht committed May 9, 2024
1 parent 4d7280b commit 022e110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plausible/google/api_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ defmodule Plausible.Google.APITest do
"filters" => "event:goal==Signup"
})

assert {:err, :unsupported_filters} = Google.API.fetch_stats(site, query, 5)
assert {:error, :unsupported_filters} = Google.API.fetch_stats(site, query, 5)
end
end

Expand Down

0 comments on commit 022e110

Please sign in to comment.