Skip to content
Snippets Groups Projects
Commit 10839dcf authored by William Escande's avatar William Escande
Browse files

ActivityAttribution: Do not call native in test

Bug: 295237486
Test: atest ActivityAttributionServiceTest
Change-Id: I94b1681ca36e51608eda201bc0d634158a6fc926
parent 5a966a51
No related branches found
No related tags found
No related merge requests found
......@@ -41,9 +41,4 @@ public final class ActivityAttributionServiceTest {
@Test
public void testSetUpAndTearDown() {}
@Test
public void testNotifyActivityAttributionInfo() {
mActivityAttributionService.notifyActivityAttributionInfo(1, "myApp", "address1");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment