Skip to content

Commit 674e3ec

Browse files
committed
fix test
1 parent f9589ce commit 674e3ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bsp4s/src/test/scala/smithy4sbsp/bsp4s/BSPCodecsTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ object BSPCodecsTest extends FunSuite {
8888
),
8989
displayName = Some("jk-hello"),
9090
baseDirectory = Some(
91-
URI(Paths.get("./").toAbsolutePath().toUri().toString())
91+
URI(Paths.get("/foo/bar").toUri().toString())
9292
),
9393
data = Some(
9494
ScalaBuildTargetData(
@@ -126,7 +126,7 @@ object BSPCodecsTest extends FunSuite {
126126
"uri" -> Document.fromString("proj://hello")
127127
),
128128
"baseDirectory" -> Document.fromString(
129-
"file:///Users/kubukoz/projects/smithy4s-bsp/./"
129+
"file:///foo/bar"
130130
),
131131
"dependencies" -> Document.array(),
132132
"displayName" -> Document.fromString("jk-hello"),

0 commit comments

Comments
 (0)