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

Commit d410a4c6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add FakeIcing unit tests to presubmit."

parents 2e955bcb 3638f66a
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() {