Skip to content

Commit

Permalink
test fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
invaliduser committed Sep 11, 2023
1 parent 0d98a22 commit 524bfea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/db/postgres/lrsql/postgres/record.clj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
(migrate-agent-profile-document-last-modified! tx pd/local-tz-input))
(if (-> tuning :config :enable-jsonb)
(migrate-to-jsonb! tx)
(migrate-to-json! tx)))
(migrate-to-json! tx))
(add-statement-to-actor-cascading-delete! tx))

bp/BackendUtil
(-txn-retry? [_ ex]
Expand Down
2 changes: 1 addition & 1 deletion src/test/lrsql/admin/protocol_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
:result
(= :lrsql.admin/oidc-issuer-mismatch-error)))))
(testing "actor-delete"
(let [stmts [stmt-0 stmt-1 stmt-2 stmt-3]
(let [stmts [stmt-0 stmt-1 stmt-2 stmt-3]
ifis (->> (conj stmts (stmt-3 "object"))
(map #(ua/actor->ifi (% "actor"))))
get-stmt-#s (fn []
Expand Down

0 comments on commit 524bfea

Please sign in to comment.