Skip to content

Commit a646c70

Browse files
committed
Merge branch 'master' of github.com:js-data/js-data-adapter-tests
2 parents 10feb6f + 0bc2d0f commit a646c70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

+1
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)