Skip to content

Commit

Permalink
drop comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lbialy committed Oct 2, 2024
1 parent 5856f63 commit d67b68c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/src/test/scala/besom/internal/OutputDataTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class OutputDataTest extends munit.FunSuite:
}

test("unknown values propagate dependent resources") {
// given Context = DummyContext().unsafeRunSync()
val urn = URN(
"urn:pulumi:stack::project::custom:resources:Resource$besom:testing/test:Resource::my-test-resource"
)
Expand All @@ -44,7 +43,6 @@ class OutputDataTest extends munit.FunSuite:
}

test("known values propagate dependent resources") {
// given Context = DummyContext().unsafeRunSync()
val urn = URN(
"urn:pulumi:stack::project::custom:resources:Resource$besom:testing/test:Resource::my-test-resource"
)
Expand All @@ -56,7 +54,6 @@ class OutputDataTest extends munit.FunSuite:
}

test("zip operator propagates properties and dependencies") {
// given Context = DummyContext().unsafeRunSync()
val urn = URN(
"urn:pulumi:stack::project::custom:resources:Resource$besom:testing/test:Resource::my-test-resource"
)
Expand All @@ -71,7 +68,6 @@ class OutputDataTest extends munit.FunSuite:
}

test("map operator propagates properties and dependencies") {
// given Context = DummyContext().unsafeRunSync()
val urn = URN(
"urn:pulumi:stack::project::custom:resources:Resource$besom:testing/test:Resource::my-test-resource"
)
Expand All @@ -84,7 +80,6 @@ class OutputDataTest extends munit.FunSuite:
}

test("flatMap operator propagates properties and dependencies") {
// given Context = DummyContext().unsafeRunSync()
val urn = URN(
"urn:pulumi:stack::project::custom:resources:Resource$besom:testing/test:Resource::my-test-resource"
)
Expand Down

0 comments on commit d67b68c

Please sign in to comment.