Skip to content

Commit 1f85c4c

Browse files
author
Samuel Vazquez
committed
feat: fix tests
1 parent a15a68a commit 1f85c4c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

executions/graphql-kotlin-dataloader/src/test/kotlin/com/expediagroup/graphql/dataloader/KotlinDataLoaderRegistryFactoryTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class KotlinDataLoaderRegistryFactoryTest {
4444
}
4545

4646
val customInstrumentation = object : DataLoaderInstrumentation {
47-
4847
}
4948
val registry = KotlinDataLoaderRegistryFactory(
5049
listOf(mockLoader)

servers/graphql-kotlin-server/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies {
1313
api(projects.graphqlKotlinAutomaticPersistedQueries)
1414
api(libs.jackson)
1515
api(libs.fastjson2)
16+
implementation(libs.slf4j)
1617
testImplementation(libs.kotlinx.coroutines.test)
1718
testImplementation(libs.logback)
1819
}

0 commit comments

Comments
 (0)