Skip to content

Commit accefe4

Browse files
committed
fix: add missing account creation in tests
1 parent 50e87bf commit accefe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/algora/contracts_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ defmodule Algora.ContractsTest do
1616
client = insert!(:organization)
1717
contractor = insert!(:user)
1818
customer = insert!(:customer, %{user: client})
19+
_account = insert!(:account, %{user: contractor})
1920
_payment_method = insert!(:payment_method, %{customer: customer})
2021
contract = insert!(:contract, Map.merge(%{client: client, contractor: contractor}, attrs))
2122

0 commit comments

Comments
 (0)