Skip to content
Snippets Groups Projects
Commit e8a288ed authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

Merge branch 'sync-3.9' of github.com:metabase/metabase-init into sync-3.9

parents 9c452216 825f9c76
No related merge requests found
......@@ -211,8 +211,6 @@ describe("FieldApp", () => {
expect(picker.text()).toMatch(/Select a special type/);
// clean up after ourselves
const newSpecialType = getRawFieldWithId(store, CREATED_AT_ID)
.special_type;
MetabaseApi.field_update({
id: CREATED_AT_ID,
special_type: originalSpecialType,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment