We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5082e36 commit a46a2b0Copy full SHA for a46a2b0
test/algora/contracts_test.exs
@@ -16,6 +16,7 @@ defmodule Algora.ContractsTest do
16
client = insert!(:organization)
17
contractor = insert!(:user)
18
customer = insert!(:customer, %{user: client})
19
+ _account = insert!(:account, %{user: contractor})
20
_payment_method = insert!(:payment_method, %{customer: customer})
21
contract = insert!(:contract, Map.merge(%{client: client, contractor: contractor}, attrs))
22
0 commit comments