Skip to content

Commit

Permalink
Add missing line to test that 'git2r_arg_check_blob' raise error
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Widgren <stefan.widgren@gmail.com>
  • Loading branch information
stewid committed Mar 25, 2016
1 parent bf636b5 commit 50ec176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/blob.R
Expand Up @@ -134,6 +134,7 @@ stopifnot(length(grep("'blob' must be a S4 class git_blob",
res[[1]]$message)) > 0)
b <- blob_list_1[[1]]
b@sha <- NA_character_
res <- tools::assertError(.Call(git2r:::git2r_blob_content, b))
stopifnot(length(grep("'blob' must be a S4 class git_blob",
res[[1]]$message)) > 0)

Expand Down

0 comments on commit 50ec176

Please sign in to comment.