Skip to content
This repository was archived by the owner on Jul 8, 2020. It is now read-only.

Commit 879be17

Browse files
committed
chore(project): lint
1 parent 7a1e193 commit 879be17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: test/unit/firebase.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ module.exports = function (server) {
1515
describe('Pledge', function () {
1616

1717
var Pledge = server.plugins.pledge.Pledge;
18-
var Donor = server.plugins.donor.Donor;
1918

2019
var pledge;
2120
beforeEach(function () {
@@ -93,7 +92,7 @@ module.exports = function (server) {
9392
}
9493
}
9594
});
96-
})
95+
});
9796
});
9897

9998
});

0 commit comments

Comments
 (0)