You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create more integration tests that work off fixtures (values do not have to be exactly equal. for example, if a fixture has a summoner that was level 30, but they are now 31, you can simply assert restApiData.level >= fixture.level).
These tests will not be ran on Travis due to hanging, but this is fine as the tests can just be ran locally for anyone interested.
The text was updated successfully, but these errors were encountered:
Create more integration tests that work off fixtures (values do not have to be exactly equal. for example, if a fixture has a summoner that was level 30, but they are now 31, you can simply assert restApiData.level >= fixture.level).
These tests will not be ran on Travis due to hanging, but this is fine as the tests can just be ran locally for anyone interested.
The text was updated successfully, but these errors were encountered: