Skip to content

Commit

Permalink
test if travis fails in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriakh committed Feb 4, 2019
1 parent 717c053 commit 4f6ef8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kira_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestTemplateNotExists(t *testing.T) {
}

// Assert
if fmt.Sprintf("%s", content) != "not exists" {
if fmt.Sprintf("%s", content) != "not existss" {
t.Errorf("The response is not equal to: `Kira Template`, is equal to: %s", content)
}
}

0 comments on commit 4f6ef8b

Please sign in to comment.