Update language to comply with Android's inclusive language guidance
More details in: https://source.android.com/setup/contribute/respectful-code Bug: 161896447 Test: build, run unittests Change-Id: I35732333da0dd0c871f3e37c4af1b2211647d1e3
This commit is contained in:
@@ -87,8 +87,8 @@ class CheckTargetFilesVintfTest(test_utils.ReleaseToolsTestCase):
|
||||
return test_dir
|
||||
|
||||
@test_utils.SkipIfExternalToolsUnavailable()
|
||||
def test_CheckVintf_sanity(self):
|
||||
msg = 'Sanity check with skeleton target files failed.'
|
||||
def test_CheckVintf_skeleton(self):
|
||||
msg = 'vintf check with skeleton target files failed.'
|
||||
test_dir = self.prepare_test_dir('does-not-exist')
|
||||
self.assertTrue(CheckVintf(test_dir), msg=msg)
|
||||
|
||||
|
Reference in New Issue
Block a user