Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3638f66a authored by Alexander Dorokhine's avatar Alexander Dorokhine
Browse files

Add FakeIcing unit tests to presubmit.

Bug: 143900788
Test: presubmit
Change-Id: I7b4b67480b8cd303d36d93ab42f7c1fb8386c81d
parent 9b5095b4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ package com.android.server.appsearch.impl;

import static com.google.common.truth.Truth.assertThat;

import android.platform.test.annotations.Presubmit;

import androidx.test.runner.AndroidJUnit4;

import com.google.android.icing.proto.DocumentProto;
@@ -29,6 +31,7 @@ import java.util.ArrayList;
import java.util.List;

@RunWith(AndroidJUnit4.class)
@Presubmit
public class FakeIcingTest {
    @Test
    public void query() {