Skip to content

Commit

Permalink
test ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel corso committed Mar 18, 2022
1 parent ba79e5d commit 7a10106
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/sachet/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ func Test_errorHandler(t *testing.T) {
errorHandler(w, http.StatusForbidden, err, "test")
assert.Equal(t, expect, w.Body.String())
}

func Test_fail(t *testing.T) {
assert.Equal(t, "marcel", "smart")
}

0 comments on commit 7a10106

Please sign in to comment.