dpedley / swift-chess

Chess represented in swift
https://github.com/dpedley/swift-chess
MIT License
35 stars 7 forks source link

Remove artificial wait in tests. #13

Closed dpedley closed 3 years ago

dpedley commented 3 years ago

The tests weren't using the publishers to verify as the changes were published, just waiting. I updated that and it's faster now.