Skip to content

Commit c2a3ed3

Browse files
committed
Remove .only on test
1 parent c258914 commit c2a3ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rule-hasmany-actions.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('Rule `hasMany` Action relationships', function () {
3030
JSONAPIComponent(app);
3131
});
3232

33-
describe.only('updating relationships using a PATCH', function (done) {
33+
describe('updating relationships using a PATCH', function (done) {
3434
beforeEach(function (done) {
3535
Action.create([
3636
{name: 'action 1', ruleId: 10},

0 commit comments

Comments
 (0)