Rename SetErrorHandler to ExtendWithErrorHandler

Bug: 181070625
Test: m nothing
Change-Id: Iacab525cb47fbd7ff54e5a95ec230ac6c71f20eb
This commit is contained in:
Paul Duffin
2021-03-09 11:55:20 +00:00
parent 2e0323dd1b
commit 46e37741a9
2 changed files with 5 additions and 5 deletions

View File

@@ -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 {