Skip to content

Commit

Permalink
Merge pull request #550 from hivtools/bump-naomi
Browse files Browse the repository at this point in the history
Bump naomi version number
  • Loading branch information
r-ash authored Jan 29, 2025
2 parents 6b0b424 + 531aed0 commit f4510bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Imports:
glue,
ids,
jsonlite (>= 1.2.2),
naomi (>= 2.10.3),
naomi (>= 2.10.9),
naomi.options (>= 1.1.0),
porcelain (>= 0.1.8),
qs,
Expand Down
1 change: 1 addition & 0 deletions hintr.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: b7f68c42-2538-4278-ac41-c26bd843db36

RestoreWorkspace: No
SaveWorkspace: No
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-prerun.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test_that("error returned if httr request fails", {
expect_error(
hintr_submit_prerun(prerun_inputs, mock_model, mock_calibrate,
"https://example.com", port = NULL),
"Method Not Allowed (HTTP 405)",
"Forbidden (HTTP 403)",
fixed = TRUE)
})

Expand Down

0 comments on commit f4510bf

Please sign in to comment.