Skip to content

Commit

Permalink
Make isOneOfTester naming consistent with other testers
Browse files Browse the repository at this point in the history
  • Loading branch information
chiplet committed Jul 7, 2021
1 parent eb329ee commit 6c0c422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/scala/chiselTests/StrongEnum.scala
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class StrongEnumFSMTester extends BasicTester {
}
}

class isOneOfTester extends BasicTester {
class IsOneOfTester extends BasicTester {
import EnumExample._

// is one of itself
Expand Down Expand Up @@ -406,7 +406,7 @@ class StrongEnumSpec extends ChiselFlatSpec with Utils {
}

it should "correctly check if the enumeration is one of the values in a given sequence" in {
assertTesterPasses(new isOneOfTester)
assertTesterPasses(new IsOneOfTester)
}
}

Expand Down

0 comments on commit 6c0c422

Please sign in to comment.