Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher committed Oct 19, 2023
1 parent 1964c67 commit fdac91f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Unit/ProviderDataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
->toEqual([
'id' => 'github',
'name' => 'GitHub',
'buttonLabel' => null,
'buttonLabel' => 'GitHub',
]);
});

Expand All @@ -40,7 +40,7 @@
->toEqual([
'id' => 'my-provider',
'name' => 'My Provider',
'buttonLabel' => null,
'buttonLabel' => 'My Provider',
]);
});

Expand All @@ -66,7 +66,7 @@
->toEqual([
'id' => 'my-provider',
'name' => 'My Provider',
'buttonLabel' => null,
'buttonLabel' => 'My Provider',
]);
});

Expand Down

0 comments on commit fdac91f

Please sign in to comment.