Skip to content

Commit bebc091

Browse files
committed
fixed test
1 parent 76c82ec commit bebc091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/Output/Normalizer/ArrayNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function testNormalizeArray(): void
2222

2323
self::assertIsArray($result);
2424

25-
self::assertSame('100', $result['amount']);
25+
self::assertSame(100, $result['amount']);
2626
self::assertSame('EUR', $result['currency']);
2727
}
2828
}

0 commit comments

Comments
 (0)