fediverse-devnet / feditest-tests-fediverse

The tests for the fediverse testsuite
MIT License
5 stars 4 forks source link

Fix use of `super` member in test implementations. #78

Closed steve-bate closed 3 weeks ago

steve-bate commented 1 month ago

To invoke a base class method, it must be invoked using super().my_method rather than super.my_method.