Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Nov 10, 2023
1 parent 41d0ff9 commit b3dc178
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@ describe('Designation Editor Personal Options', function () {
hasNewsletter: true,
}

var controllerInjections = {
designationNumber: '000555',
designationType: 'Staff',
giveDomain: 'https://give.cru.org',
givingLinks: {
'jcr:primaryType': 'nt:unstructured',
1: { 'jcr:primaryType': 'nt:unstructured', url: 'https://example.com', name: 'Name' }
},
showNewsletterForm: true,
hasNewsletter: true,
}

beforeEach(inject(function ($rootScope, $controller) {
const $scope = $rootScope.$new()

Expand Down

0 comments on commit b3dc178

Please sign in to comment.