uhooi / UhooiPicBook

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

Refactor errors in unit testing #254

Closed uhooi closed 2 years ago

uhooi commented 2 years ago

Overview

- enum TestError: Error {
-     case test
- }
+ struct TestError: Error { }

Reference

github-actions[bot] commented 2 years ago

👋 Thanks for reporting! Please PR :)