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 f9589ce commit 674e3ecCopy full SHA for 674e3ec
bsp4s/src/test/scala/smithy4sbsp/bsp4s/BSPCodecsTest.scala
@@ -88,7 +88,7 @@ object BSPCodecsTest extends FunSuite {
88
),
89
displayName = Some("jk-hello"),
90
baseDirectory = Some(
91
- URI(Paths.get("./").toAbsolutePath().toUri().toString())
+ URI(Paths.get("/foo/bar").toUri().toString())
92
93
data = Some(
94
ScalaBuildTargetData(
@@ -126,7 +126,7 @@ object BSPCodecsTest extends FunSuite {
126
"uri" -> Document.fromString("proj://hello")
127
128
"baseDirectory" -> Document.fromString(
129
- "file:///Users/kubukoz/projects/smithy4s-bsp/./"
+ "file:///foo/bar"
130
131
"dependencies" -> Document.array(),
132
"displayName" -> Document.fromString("jk-hello"),
0 commit comments