Skip to content

Commit cab3791

Browse files
author
Emmanouil Konstantinidis
committed
Fix jshint
1 parent 3125bc4 commit cab3791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/__tests__/stores/notifications.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@ describe('Tests for NotificationsStore', function () {
157157
{
158158
'id': '1',
159159
'repository': {
160-
'full_name': 'ekonstantinidis/gitify',
160+
'full_name': 'ekonstantinidis/gitify'
161161
},
162162
'unread': true
163163
},
164164
{
165165
'id': '2',
166166
'repository': {
167-
'full_name': 'ekonstantinidis/gitify',
167+
'full_name': 'ekonstantinidis/gitify'
168168
},
169169
'reason': 'subscribed'
170170
}

0 commit comments

Comments
 (0)