Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 09340f0

Browse files
author
Nick Litwin
committed
Fix test
1 parent b226e18 commit 09340f0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/profile/profile.controller.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ describe('Profile Controller', function() {
2424
getUserSkills: function() {
2525
return $q.when({result: {content: mockSkills}});
2626
},
27+
getUserHandleColor: function() {
28+
return 'something';
29+
},
2730
getRanks: ProfileService.getRanks
2831
};
2932
// mock user api

app/specs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ <h1><a href="specs.html">Spec Runner</a></h1>
253253
<script src="/app/blocks/exception/exception-handler.provider.spec.js"></script>
254254
<script src="/app/account/login/login.spec.js"></script>
255255
<script src="/app/account/logout/logout.controller.spec.js"></script>
256-
<script src="/app/account/register/register.spec.js"></script>
257256
<script src="/app/account/reset-password/reset-password.spec.js"></script>
257+
<script src="/app/account/register/register.spec.js"></script>
258258
<script src="/app/directives/badges/badge-tooltip.spec.js"></script>
259259
<script src="/app/directives/busy-button/busy-button.directive.spec.js"></script>
260260
<script src="/app/directives/challenge-tile/challenge-tile.spec.js"></script>

0 commit comments

Comments
 (0)