diff --git a/test-data/unit/daemon.test b/test-data/unit/daemon.test index 37735f01b57bf..5a0a4506ab379 100644 --- a/test-data/unit/daemon.test +++ b/test-data/unit/daemon.test @@ -631,4 +631,4 @@ foo.py:2: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#miss from unused.empty import * import a_module_which_does_not_exist def is_foo() -> str: - return 1 == 2 # type: ignore + return True # type: ignore