uhooi / UhooiPicBook

Uhooi's character book.
MIT License
107 stars 25 forks source link

Refactoring unit testing #75

Closed uhooi closed 3 years ago

uhooi commented 4 years ago

https://github.com/uhooi/UhooiPicBook/blob/develop/UhooiPicBookTests/Modules/MonsterList/Presenters/MonsterListPresenterTests.swift#L85

- typealias TestCase = (line: UInt, description: String, expect: String)
+ typealias TestCase = (description: String, expected: String, line: UInt)
github-actions[bot] commented 4 years ago

👋 Thanks for reporting! Please PR :)