Skip to content

Commit

Permalink
tweaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Mar 30, 2015
1 parent 6cf2116 commit 3515fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PayloadFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function it_should_return_a_payload_when_chaining_claim_methods()

$payload = $this->factory->sub(1)->foo('baz')->make();

$this->assertEquals($payload->get('sub'), 1);
$this->assertEquals($payload['sub'], 1);
$this->assertEquals($payload->get('jti'), 'foo');
$this->assertEquals($payload->get('foo'), 'baz');

Expand Down

0 comments on commit 3515fec

Please sign in to comment.