Skip to content

Commit b380290

Browse files
committed
resolved test conflicts
1 parent 768c3e7 commit b380290

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/unit/specs/components/AttributionDetailsStep.spec.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ describe('AttributionDetailsStep Component Rendering', () => {
2121
creatorProfileUrl: '',
2222
workTitle: '',
2323
workUrl: ''
24-
}
24+
},
25+
currentLicenseAttributes: {}
2526
}
2627
}
2728
}
@@ -51,7 +52,8 @@ describe('Store is updated when a user provides input', () => {
5152
creatorProfileUrl: '',
5253
workTitle: '',
5354
workUrl: ''
54-
}
55+
},
56+
currentLicenseAttributes: {}
5557
}
5658

5759
store = new Vuex.Store({

0 commit comments

Comments
 (0)