| Index: client/testing/unittest/unittest.dart
|
| diff --git a/client/testing/unittest/unittest.dart b/client/testing/unittest/unittest.dart
|
| index 4814cb0734a45fa4ab835d6380f2f42298545585..f69c9c96ece0afb9609a50c1d5e2a8943870a259 100644
|
| --- a/client/testing/unittest/unittest.dart
|
| +++ b/client/testing/unittest/unittest.dart
|
| @@ -61,8 +61,10 @@ _platformCompleteTests(int testsPassed, int testsFailed, int testsErrors) {
|
| }
|
|
|
| if (testsPassed == _tests.length) {
|
| - newBody.add("<tr><td colspan='3' class='unittest-pass'>All "
|
| - + testsPassed + " tests passed</td></tr>");
|
| + newBody.add("""
|
| + <tr><td colspan='3' class='unittest-pass'>
|
| + All ${testsPassed} tests passed
|
| + </td></tr>""");
|
| } else {
|
| newBody.add("""
|
| <tr><td colspan='3'>Total
|
|
|