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 @@ -129,7 +129,7 @@ import ArrayHelper.deep
129
129
*
130
130
* <pre class="stHighlight">
131
131
* val attempted = 2
132
- * assert(attempted == 1, "Execution was attempted " + left + " times instead of 1 time")
132
+ * assert(attempted == 1, "Execution was attempted " + attempted + " times instead of 1 time")
133
133
* </pre>
134
134
*
135
135
* <p>
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ import org.scalactic.anyvals.NonEmptyArray
126
126
*
127
127
* <pre class="stHighlight">
128
128
* val attempted = 2
129
- * assert(attempted == 1, "Execution was attempted " + left + " times instead of 1 time")
129
+ * assert(attempted == 1, "Execution was attempted " + attempted + " times instead of 1 time")
130
130
* </pre>
131
131
*
132
132
* <p>
You can’t perform that action at this time.
0 commit comments