Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nlamirault committed Nov 19, 2014
1 parent 254eb91 commit dc8840b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/gitlab-projects-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
(ert-deftest test-get-project ()
(with-gitlab-session
(let ((project (gitlab-get-project (gitlab-project-id))))
(message "Project : %s %s"
(assoc-default 'name project)
(assoc-default 'description project))
(should (s-equals? (gitlab-project-name)
(assoc-default 'name project)))
(should (s-equals? (gitlab-project-description)
Expand Down

0 comments on commit dc8840b

Please sign in to comment.