Skip to content

Commit

Permalink
chore: style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored Mar 15, 2020
1 parent 8f64858 commit b2569b5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/FortySixElksMediaTest.php
Original file line number Diff line number Diff line change
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 b2569b5

Please sign in to comment.