Skip to content

Commit

Permalink
Fix typo in HttpTest
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored and otsch committed Jun 29, 2023
1 parent e9fb886 commit a118b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Steps/Loading/HttpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
helper_traverseIterable($step->invokeStep(new Input(Url::parsePsr7('https://www.linkedin.com/'))));
});

it('throws an InvalidArgumentExpection when invoked with something else as input', function () {
it('throws an InvalidArgumentException when invoked with something else as input', function () {
$loader = Mockery::mock(HttpLoader::class);

$step = (new Http('GET'))->addLoader($loader);
Expand Down

0 comments on commit a118b77

Please sign in to comment.