Skip to content

Commit 0bc2d0f

Browse files
committed
Cleanup Address data between tests
1 parent 6316bff commit 0bc2d0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ module.exports = {
121121
yield this.$$adapter.destroyAll(this.$$Post)
122122
yield this.$$adapter.destroyAll(this.$$User)
123123
yield this.$$adapter.destroyAll(this.$$Profile)
124+
yield this.$$adapter.destroyAll(this.$$Address)
124125
})
125126
},
126127
assert: assert,

0 commit comments

Comments
 (0)