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 713e90a commit 4ab636bCopy full SHA for 4ab636b
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