p2635 / ios-swift-tallest-towers-app

My first test project for practising Unit and UI tests in Swift. The linked website is the article that I followed.
https://semaphoreci.com/blog/xcode-unit-testing-tutorial
MIT License
0 stars 0 forks source link

override class func setUp() error #3

Closed p2635 closed 1 year ago

p2635 commented 1 year ago

Removing the keyword class fixed the issue, I was not doing it right.

image