Skip to content

Commit 878c48b

Browse files
committed
Fix a syntax error in Y190
1 parent 464535e commit 878c48b

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)