Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patsta32 committed Oct 8, 2018
1 parent 7dbe9f9 commit 8784ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/ContactControllerTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ContactControllerTest extends PlaySpec with BaseOneAppPerSuite with TestAp
/** CONTACT CONTROLLER */
/** ——————————————————— */

"OfferingController" should {
"ContactController" should {
"accept and execute POST request" in {
val future: Future[Result] = route(app, FakeRequest(POST, "/v1/contact").withJsonBody(Json.parse(
s"""{
Expand Down

0 comments on commit 8784ada

Please sign in to comment.