diff options
Diffstat (limited to 'tests/pie_test.php')
-rw-r--r-- | tests/pie_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pie_test.php b/tests/pie_test.php index a6731d9..2652d03 100644 --- a/tests/pie_test.php +++ b/tests/pie_test.php @@ -68,7 +68,7 @@ class ezcGraphPieChartTest extends ezcGraphTestCase $options = new ezcGraphPieChartOptions(); $this->assertSame( - '%1$s: %2$d (%3$.1f%%)', + '%1$s: %2$d (%3$.1F%%)', $options->label, 'Wrong default value for property label in class ezcGraphPieChartOptions' ); |