Skip to content

Commit

Permalink
Merge de5a40d into 8f64858
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic committed Mar 15, 2020
2 parents 8f64858 + de5a40d commit d9bf112
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/FortySixElksMediaTest.php
Expand Up @@ -18,9 +18,10 @@ public function testSMSTest()

//test subject
$this->assertEquals(
'test subject',
$class->subject('test subject')
->getSubject());
'test subject',
$class->subject('test subject')
->getSubject()
);
}

public function testMMSTest()
Expand All @@ -37,6 +38,7 @@ public function testMMSTest()
$this->assertEquals(
'test subject',
$class->subject('test subject')
->getSubject());
->getSubject()
);
}
}

0 comments on commit d9bf112

Please sign in to comment.