se-edu / se-book

:book: Online Book: Software Engineering for Self-Directed Learners
https://se-edu.github.io/se-book/
42 stars 32 forks source link

testing: Fix test driver code sample typo #91

Closed chrisgzf closed 4 years ago

chrisgzf commented 4 years ago

The code sample given for test drivers seems to have a typo in the class name. The paragraph above refers to it as PayrollTest but the class name is PayrollTestDriver.

This PR fixes the typo.

damithc commented 4 years ago

Thanks for the fix @chrisgzf And kudos for locating the repo and the file to update. The fix will be included in the next update to the website (to be done in the next few days).