Skip to content

Commit 57b46ee

Browse files
fixed a test
1 parent da73a6e commit 57b46ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/database/schema/server/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const {PLAYBOOK_RUN, PLAYBOOK_CHECKLIST, PLAYBOOK_CHECKLIST_ITEM, PLAYBOOK_RUN_A
5252
describe('*** Test schema for SERVER database ***', () => {
5353
it('=> The SERVER SCHEMA should strictly match', () => {
5454
expect(serverSchema).toEqual({
55-
version: 16,
55+
version: 17,
5656
unsafeSql: undefined,
5757
tables: {
5858
[CATEGORY]: {

0 commit comments

Comments
 (0)