Skip to content

Commit 4466717

Browse files
committed
fix failing test
1 parent 1e69ec2 commit 4466717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora/psp/connect_countries.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ defmodule Algora.PSP.ConnectCountries do
140140
def account_type("BR"), do: :standard
141141
def account_type(_), do: :express
142142

143-
@spec regions() :: %{atom() => [String.t()]}
143+
@spec regions() :: %{String.t() => [String.t()]}
144144
def regions do
145145
%{
146146
"LATAM" => [

0 commit comments

Comments
 (0)