Skip to content

Commit

Permalink
Merge pull request #456 from lucasmichot/feature/develop/useless-nams…
Browse files Browse the repository at this point in the history
…hi-test-variable

Remove a useless variable in NamshiTest
  • Loading branch information
tymondesigns committed Jan 29, 2016
2 parents 89f1e5d + 3132b62 commit 1f56073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Providers/JWT/NamshiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ public function it_should_throw_a_token_invalid_exception_when_the_token_could_n
{
$this->jws->shouldReceive('verify')->andReturn(false);

$token = $this->provider->decode('foo');
$this->provider->decode('foo');
}
}

0 comments on commit 1f56073

Please sign in to comment.