Skip to content

Commit 8c87bb3

Browse files
committed
[test] Fix test name, nfc
Fix a test name which implied a trait was being tested when actually a function was being tested. Signed-off-by: Schuyler Eldridge <[email protected]>
1 parent dd04d99 commit 8c87bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala-2/chiselTests/LayerSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class LayerSpec extends AnyFlatSpec with Matchers with FileCheck {
196196
ChiselStage.elaborate(new Foo)
197197
}
198198

199-
they should "be enabled with a trait" in {
199+
they should "be enabled with a function" in {
200200

201201
class Foo extends RawModule {
202202
layer.enable(A.B)

0 commit comments

Comments
 (0)