Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig committed Jan 30, 2024
1 parent 0ae35bb commit 6027b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/chiselTests/ClockSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ClockSpec extends ChiselPropSpec {
)
)
e.getMessage should include(
"operand 'Child.clock: Wire[Clock]' is not visible from the current module Parent"
"operand 'Child.clock: Wire[Clock]' is not visible from the current module"
)
}

Expand Down

0 comments on commit 6027b4a

Please sign in to comment.