Fixed one weird test that creates a class instead of using mocks.. ¯\_(ツ)_/¯

This commit is contained in:
wim glenn 2019-01-24 12:59:36 -06:00 committed by GitHub
parent 2d18546870
commit 8cf097635e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -770,6 +770,7 @@ def test_skip_reasons_folding():
# ev3 might be a collection report # ev3 might be a collection report
ev3 = X() ev3 = X()
ev3.when = "collect"
ev3.longrepr = longrepr ev3.longrepr = longrepr
ev3.skipped = True ev3.skipped = True