Skip to content

Commit

Permalink
wip testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Sep 27, 2021
1 parent 7acd21f commit 5491dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/MetricTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class MetricTest extends TestCase
{
public function test_registering_metric()
{
Exporter::register(TestMetric::class);
Exporter::register(TestMetric::class);
Exporter::metrics([TestMetric::class]);
Exporter::metrics([TestMetric::class]);

Exporter::register(GroupedTestMetric::class);
Exporter::register(GroupedTestMetric::class);
Expand Down

0 comments on commit 5491dd0

Please sign in to comment.