Fixed describe contact test

This commit is contained in:
Daniel Gonzalez
2021-04-05 20:10:43 -04:00
parent e7a641208d
commit 537214f39c
+1 -1
View File
@@ -13,7 +13,7 @@ let ctx
const mockContext = require('../../unit/mocks/ctx-mock').context
describe('Users', () => {
describe('Contact', () => {
before(async () => {
})