Skip to content

Commit 6b1055d

Browse files
committed
Remove test only
1 parent 56d8b03 commit 6b1055d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/10-manipulating-collections.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ describe("Manipulating collections", function() {
124124
.catch(done);
125125
});
126126
});
127-
describe.only("collection.rename", () => {
127+
describe("collection.rename", () => {
128128
it("should rename a collection", done => {
129129
db
130130
.route("/_admin/server/role")

0 commit comments

Comments
 (0)