Skip to content

Commit 608b7ba

Browse files
committed
fix tests
Signed-off-by: Muhammad Aaqil <[email protected]>
1 parent d47460c commit 608b7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/migration.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('migrations', function() {
3838
should.exist(result);
3939
result[0].Key.should.equal('PRI');
4040
result[0].Type.should.equal('bigint');
41-
result[2].Key.should.equal('type');
41+
result[2].Field.should.equal('type');
4242
result[2].Type.should.equal('enum(\'INPATIENT\',\'OUTPATIENT\')');
4343
done();
4444
});

0 commit comments

Comments
 (0)