Skip to content

Commit

Permalink
fix: class name typo
Browse files Browse the repository at this point in the history
chore: remove unused robolectric dependency
  • Loading branch information
dkhawk committed Oct 8, 2024
1 parent 1f032de commit 1f80f31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1'
testImplementation("junit:junit:4.13.2")
testImplementation("org.robolectric:robolectric:4.12.2")
testImplementation("com.google.truth:truth:1.4.2")
// [END_EXCLUDE]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package com.google.maps.android.utils.demo
import org.junit.Test
import com.google.common.truth.Truth.assertThat

class AipKeyValidatorTest {
class ApiKeyValidatorTest {

@Test
fun testValidKey() {
Expand Down

0 comments on commit 1f80f31

Please sign in to comment.