File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scalatest.dotty/src/main/scala/org/scalatest
scalatest/src/main/scala/org/scalatest Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ import org.scalatest.compatible.Assertion
127
127
*
128
128
* <pre class="stHighlight">
129
129
* val attempted = 2
130
- * assert(attempted == 1, "Execution was attempted " + left + " times instead of 1 time")
130
+ * assert(attempted == 1, "Execution was attempted " + attempted + " times instead of 1 time")
131
131
* </pre>
132
132
*
133
133
* <p>
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ import org.scalactic.anyvals.NonEmptyArray
127
127
*
128
128
* <pre class="stHighlight">
129
129
* val attempted = 2
130
- * assert(attempted == 1, "Execution was attempted " + left + " times instead of 1 time")
130
+ * assert(attempted == 1, "Execution was attempted " + attempted + " times instead of 1 time")
131
131
* </pre>
132
132
*
133
133
* <p>
You can’t perform that action at this time.
0 commit comments