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

Commit 0731b05

Browse files
author
Nick Litwin
committed
Change to directive module
1 parent e260ff6 commit 0731b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/directives/badges/badge-tooltip.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('Badge Tooltip Directive', function() {
66
var spotlightChallenge = mockData.getMockSpotlightChallenges()[0];
77

88
beforeEach(function() {
9-
bard.appModule('topcoder');
9+
bard.appModule('tcUIComponents');
1010
bard.inject(this, '$compile', '$rootScope');
1111
scope = $rootScope.$new();
1212
});

0 commit comments

Comments
 (0)