Skip to content

Commit

Permalink
Update SubscriptionAddOn_Test.php
Browse files Browse the repository at this point in the history
Co-authored-by: Douglas Miller <[email protected]>
  • Loading branch information
glaubinix and douglasmiller authored May 9, 2024
1 parent e4bb8d8 commit 2dd51e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Recurly/SubscriptionAddOn_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ class Recurly_SubscriptionAddOn_Test extends Recurly_TestCase
public function testToString() {
$addon = new \Recurly_SubscriptionAddOn();

$this->assertSame('<Recurly_SubscriptionAddOn >', $addon->__toString());
$this->assertSame('<Recurly_SubscriptionAddOn[new] >', $addon->__toString());
}
}

0 comments on commit 2dd51e0

Please sign in to comment.