Skip to content

Commit

Permalink
Fix package path ExpressionTest
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed May 27, 2024
1 parent b4b7b3e commit a78b0e7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.mapbox.mapboxsdk.style.expressions
package org.maplibre.android.style.expressions

import android.graphics.Color
import org.maplibre.geojson.Point
Expand All @@ -10,7 +10,6 @@ import org.maplibre.android.utils.ColorUtils
import org.junit.Assert
import org.junit.Test
import org.junit.runner.RunWith
import org.maplibre.android.style.expressions.Expression
import org.robolectric.RobolectricTestRunner
import java.util.*

Expand Down

0 comments on commit a78b0e7

Please sign in to comment.