vanvoorden / TDD-Albums-II

TDD-Albums-II is a new hands-on tutorial for iOS engineers learning Test-Driven Development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in chapter 00 line 375 - wrong file name

sportfloh opened this issue · comments

hey,
thanks for the great tutorial!

Line 375 of chapter 00 is:
// NetworkDataHandlerTests.swift
but it should be:
// NetworkDataHandler.swift
Cheers!