Skip to content

Commit

Permalink
One more fix for pg91 in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jul 3, 2024
1 parent 54f5db8 commit 8d4c1e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ejabberd_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ end_per_group(pgsql, Config) ->
case catch ejabberd_sql:sql_query(?PGSQL_VHOST, [Query]) of
{selected, [t]} ->
clear_sql_tables(pgsql, Config);
{selected, _, [[<<"t">>]]} ->
clear_sql_tables(pgsql, Config);
Other ->
ct:fail({failed_to_check_table_existence, pgsql, Other})
end,
Expand Down

0 comments on commit 8d4c1e3

Please sign in to comment.