Remove uses of FixtureFactory from android package
Bug: 183235980 Test: m nothing Change-Id: I72898ada020ee1a73fd534c61afb5c22fa00c1e5
This commit is contained in:
@@ -61,13 +61,13 @@ var packageTests = []struct {
|
||||
func TestPackage(t *testing.T) {
|
||||
for _, test := range packageTests {
|
||||
t.Run(test.name, func(t *testing.T) {
|
||||
emptyTestFixtureFactory.
|
||||
GroupFixturePreparers(
|
||||
PrepareForTestWithArchMutator,
|
||||
PrepareForTestWithPackageModule,
|
||||
test.fs.AddToFixture(),
|
||||
).
|
||||
ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(test.expectedErrors)).
|
||||
RunTest(t,
|
||||
PrepareForTestWithArchMutator,
|
||||
PrepareForTestWithPackageModule,
|
||||
test.fs.AddToFixture(),
|
||||
)
|
||||
RunTest(t)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user