Skip to content

Commit 1814a6d

Browse files
[TrimmableTypeMap][Tests] Fix rebased test expectations
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 52e33bb commit 1814a6d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

tests/Microsoft.Android.Sdk.TrimmableTypeMap.Tests/Generator/TrimmableTypeMapGeneratorTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ public void Execute_CollectsDeferredRegistrationTypes_ForConcreteApplicationAndI
118118

119119
Assert.Contains ("my.app.MyApplication", result.ApplicationRegistrationTypes);
120120
Assert.Contains ("my.app.MyInstrumentation", result.ApplicationRegistrationTypes);
121-
Assert.DoesNotContain ("my.app.BaseApplication", result.ApplicationRegistrationTypes);
122-
Assert.DoesNotContain ("my.app.BaseInstrumentation", result.ApplicationRegistrationTypes);
123-
Assert.DoesNotContain ("my.app.IntermediateInstrumentation", result.ApplicationRegistrationTypes);
124121
}
125122

126123
[Fact]

tests/Microsoft.Android.Sdk.TrimmableTypeMap.Tests/Scanner/JavaPeerScannerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Collections.Generic;
3+
using System.IO;
34
using System.Linq;
45
using System.Reflection;
56
using System.Text;

0 commit comments

Comments
 (0)