We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c154d33 commit 713e90aCopy full SHA for 713e90a
kotlin/services/neptune/src/test/java/NeptuneTest.kt
@@ -35,7 +35,7 @@ class NeptuneTest {
35
36
@BeforeAll
37
fun setup() = runBlocking {
38
- client = NeptuneClient.fromEnvironment {region = "us-east-1" }
+ client = NeptuneClient.fromEnvironment {region = "us-east-1"}
39
}
40
41
@Test
0 commit comments