Remove the extra bracket from testing documentation (#30397)

This commit is contained in:
Kris Kalavantavanich 2021-07-14 17:54:25 +07:00 committed by GitHub
parent 0ad1783017
commit f43e5e6054
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ does a conformance check; if you need the class to be equal, @scala[have a look
An object which is an instance of the given type (after erasure) must be
received within the allotted time frame; the object will be returned. This
method is approximately equivalent to
`expectMsgClass(implicitly[ClassTag[T]].runtimeClass)`.]
`expectMsgClass(implicitly[ClassTag[T]].runtimeClass)`.
@@@