Updating auto column test to only run against internal DB.
This commit is contained in:
parent
04083adaac
commit
bf953597c7
|
@ -149,6 +149,7 @@ describe.each([
|
|||
expect(res.name).toBeUndefined()
|
||||
})
|
||||
|
||||
isInternal &&
|
||||
it("updates only the passed fields", async () => {
|
||||
await timekeeper.withFreeze(new Date(2021, 1, 1), async () => {
|
||||
const table = await config.api.table.save(
|
||||
|
|
Loading…
Reference in New Issue