mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Fixed linting and some tests
This commit is contained in:
@@ -39,7 +39,7 @@ describe('Footer Controller', function() {
|
||||
|
||||
describe('#addTenGems', function() {
|
||||
it('posts to /user/addTenGems', inject(function($httpBackend) {
|
||||
$httpBackend.expectPOST('/api/v2/user/addTenGems').respond({});
|
||||
$httpBackend.expectPOST('/api/v3/debug/add-ten-gems').respond({});
|
||||
|
||||
scope.addTenGems();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user