Skip to content

Commit 44acb44

Browse files
committed
WIP
1 parent b326d4c commit 44acb44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/@launchdarkly/observability-android/lib/src/test/kotlin/com/launchdarkly/observability/network/SamplingApiServiceTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class SamplingApiServiceTest {
5353

5454
coEvery {
5555
mockGraphqlClient.execute(
56-
"GetSamplingConfigQuery.graphql",
56+
"graphql/GetSamplingConfigQuery.graphql",
5757
mapOf("organization_verbose_id" to organizationId),
5858
SamplingResponse.serializer()
5959
)
@@ -66,7 +66,7 @@ class SamplingApiServiceTest {
6666

6767
coVerify(exactly = 1) {
6868
mockGraphqlClient.execute(
69-
"GetSamplingConfigQuery.graphql",
69+
"graphql/GetSamplingConfigQuery.graphql",
7070
mapOf("organization_verbose_id" to organizationId),
7171
SamplingResponse.serializer()
7272
)

0 commit comments

Comments
 (0)