Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
absltest.get_default_test_tmpdir()
is widely used in our code base,…
… but it's got some problems like not respecting the value of `FLAGS.test_tmpdir`. This change replaces it with `self.create_tempdir()` in `adb_call_parser_test.py`. Other changes will follow for other test files. PiperOrigin-RevId: 642266121
- Loading branch information