From ede73a1287695f09cad778232d1442a352930647 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 2 May 2024 23:59:31 -0400 Subject: [PATCH] test: add missing line in tests --- test/support/order.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/test/support/order.ex b/test/support/order.ex index 0afedd1..4b6041b 100644 --- a/test/support/order.ex +++ b/test/support/order.ex @@ -82,6 +82,7 @@ defmodule Order do message: message, error_state: changeset.data.state }) + |> Ash.update() end), on: [:update] end