Skip to content

Commit

Permalink
Update components example
Browse files Browse the repository at this point in the history
- update kubernetes guestbook components
  • Loading branch information
pawelprazak committed Apr 12, 2024
1 parent d207cad commit 6dc3f45
Show file tree
Hide file tree
Showing 6 changed files with 346 additions and 129 deletions.
1 change: 0 additions & 1 deletion core/src/test/scala/besom/internal/OutputTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ class OutputTest extends munit.FunSuite:
outVal <- Vector(true, false)
do
val c = if outCond then Output(cond) else cond

val v = (outVal, optVal) match
case (true, true) => Output(Option(value))
case (true, false) => Output(value)
Expand Down
Loading

0 comments on commit 6dc3f45

Please sign in to comment.