PGSSoft / AutoMate

Swift framework containing a set of helpful XCTest extensions for writing UI automation tests
MIT License
288 stars 29 forks source link

Fix redundant protocol conformance #9

Closed jorge-ramirez closed 7 years ago

jorge-ramirez commented 7 years ago

This is a fix for issue https://github.com/PGSSoft/AutoMate/issues/8. I removed the redundant protocol conformance.

bartoszj commented 7 years ago

Once again thanks 🚀