Skip to content

Commit 7018969

Browse files
committed
test: fix test case to be transactional
1 parent 83abe4f commit 7018969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/references_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
defmodule AshPostgres.ReferencesTest do
2-
use ExUnit.Case
2+
use AshPostgres.RepoCase
33

44
test "can't use match_type != :full when referencing an non-primary key index" do
55
Code.compiler_options(ignore_module_conflict: true)

0 commit comments

Comments
 (0)