Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
abogoyavlensky committed Nov 11, 2023
1 parent f2ac7b7 commit 2ccd77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/automigrate/fields_bit_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
(test-util/get-table-schema-from-db config/DATABASE-CONN "account"))))))))


(deftest test-fields-bit-uses-existing-enum-type
(deftest test-fields-bit-uses-existing-bit-type
(let [params {:existing-models
{:account
{:fields [[:thing [:bit]]]}}}]
Expand Down

0 comments on commit 2ccd77b

Please sign in to comment.