mirror of https://github.com/sbt/sbt.git
Drop redudant label in expectValue
This commit is contained in:
parent
025075efd0
commit
74ac7d9e07
|
|
@ -125,7 +125,7 @@ object CustomEquality {
|
|||
}
|
||||
}
|
||||
|
||||
def expectValue[A: Eq](expected: A)(x: A) = x.toString |: (expected =? x)
|
||||
def expectValue[A: Eq](expected: A)(x: A) = expected =? x
|
||||
}
|
||||
import CustomEquality._
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue