File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function testMetricsInCommand(): void
4242
4343 $ count = $ metrics [0 ];
4444 $ this ->assertSame ('test-counter ' , $ count ->getName ());
45- $ this ->assertSame (10.0 , $ count ->getValue ());
45+ $ this ->assertSame (10 , $ count ->getValue ());
4646
4747 $ gauge = $ metrics [1 ];
4848 $ this ->assertSame ('test-gauge ' , $ gauge ->getName ());
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function testMetricsAreFlushedAfterRequest(): void
3535
3636 $ count = $ metrics [0 ];
3737 $ this ->assertSame ('test-counter ' , $ count ->getName ());
38- $ this ->assertSame (10.0 , $ count ->getValue ());
38+ $ this ->assertSame (10 , $ count ->getValue ());
3939
4040 $ gauge = $ metrics [1 ];
4141 $ this ->assertSame ('test-gauge ' , $ gauge ->getName ());
You can’t perform that action at this time.
0 commit comments