Skip to content

Commit 559f469

Browse files
committed
Merge pull request johnpapa#167 from ccschmitz/patch-1
Fix a syntax error in Y190
2 parents 464535e + 878c48b commit 559f469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2227,11 +2227,11 @@ Unit testing helps maintain clean code, as such I included some of my recommenda
22272227
//TODO
22282228
});
22292229

2230-
it('should have 10 Avengers', function() {}
2230+
it('should have 10 Avengers', function() {
22312231
//TODO (mock data?)
22322232
});
22332233

2234-
it('should return Avengers via XHR', function() {}
2234+
it('should return Avengers via XHR', function() {
22352235
//TODO ($httpBackend?)
22362236
});
22372237

0 commit comments

Comments
 (0)