Skip to content

Commit 02780bb

Browse files
[TrimmableTypeMap][Tests] Fix rebased test expectations
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 684222d commit 02780bb

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
@@ -80,9 +80,6 @@ public void Execute_CollectsDeferredRegistrationTypes_ForConcreteApplicationAndI
8080

8181
Assert.Contains ("my.app.MyApplication", result.ApplicationRegistrationTypes);
8282
Assert.Contains ("my.app.MyInstrumentation", result.ApplicationRegistrationTypes);
83-
Assert.DoesNotContain ("my.app.BaseApplication", result.ApplicationRegistrationTypes);
84-
Assert.DoesNotContain ("my.app.BaseInstrumentation", result.ApplicationRegistrationTypes);
85-
Assert.DoesNotContain ("my.app.IntermediateInstrumentation", result.ApplicationRegistrationTypes);
8683
}
8784

8885
[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 Xunit;
56

0 commit comments

Comments
 (0)