Skip to content

Commit bb555a2

Browse files
authored
[Firestore] Fix FirestoreIndexValueWriterTest (#7521)
The test was in the wrong package, `firestore`, for the directory it lives in, `index`.
1 parent 4139f6b commit bb555a2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

firebase-firestore/src/test/java/com/google/firebase/firestore/index/FirestoreIndexValueWriterTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
package com.google.firebase.firestore;
15+
package com.google.firebase.firestore.index;
1616

17-
import com.google.firebase.firestore.index.DirectionalIndexByteEncoder;
18-
import com.google.firebase.firestore.index.FirestoreIndexValueWriter;
19-
import com.google.firebase.firestore.index.IndexByteEncoder;
17+
import com.google.firebase.firestore.FieldValue;
18+
import com.google.firebase.firestore.UserDataReader;
2019
import com.google.firebase.firestore.model.DatabaseId;
2120
import com.google.firebase.firestore.model.FieldIndex;
2221
import com.google.firestore.v1.Value;

0 commit comments

Comments
 (0)