Rename SetErrorHandler to ExtendWithErrorHandler
Bug: 181070625 Test: m nothing Change-Id: Iacab525cb47fbd7ff54e5a95ec230ac6c71f20eb
This commit is contained in:
@@ -1162,7 +1162,7 @@ func TestVisibility(t *testing.T) {
|
||||
// Add additional files to the mock filesystem
|
||||
test.fs.AddToFixture(),
|
||||
).
|
||||
SetErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(test.expectedErrors)).
|
||||
ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(test.expectedErrors)).
|
||||
RunTest(t)
|
||||
|
||||
if test.effectiveVisibility != nil {
|
||||
|
Reference in New Issue
Block a user