Skip to content

Commit

Permalink
service: fix tests by removing forgotten dots
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgooz committed Oct 3, 2018
1 parent 867ec8d commit 172ac0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func TestNew(t *testing.T) {
}, <-statuses)

require.Equal(t, DeployStatus{
Message: "Service context received with success.",
Message: "Service context received with success",
Type: DDonePositive,
}, <-statuses)

Expand All @@ -91,7 +91,7 @@ func TestNew(t *testing.T) {
}, <-statuses)

require.Equal(t, DeployStatus{
Message: "Image built with success.",
Message: "Image built with success",
Type: DDonePositive,
}, <-statuses)
}()
Expand Down

0 comments on commit 172ac0e

Please sign in to comment.