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

Commit 8a7a2b7

Browse files
author
Vikas Agarwal
committed
Fixed unit tests
1 parent 4298d93 commit 8a7a2b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/skill-picker/skill-picker.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ describe('Skill Picker Controller', function() {
100100

101101
it('should be created successfully', function() {
102102
expect(vm).to.exist
103-
expect(vm.showCommunity).to.exist.to.false
103+
// showCommunity should be true as now we have two communities
104+
expect(vm.showCommunity).to.exist.to.true
104105
})
105106

106107
it('should have empty tracks object ', function() {

0 commit comments

Comments
 (0)