Skip to content

Commit

Permalink
deleted rest library call to vcr and unreferenced variable in check_mot
Browse files Browse the repository at this point in the history
  • Loading branch information
datapumpernickel committed Dec 15, 2023
1 parent 6e4b4e0 commit 9e714f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions R/ct_check_params.R
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ check_motCode <-
update = FALSE,
verbose = FALSE) {
# check that commodity_code code is not null
id <- text <- NA
if (!is.null(mode_of_transport)) {
valid_codes <-
ct_get_ref_table(dataset_id = 'mode_of_transport',
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/setup.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
library(httptest2)
library(testthat)
library(lifecycle)
library(vcr)

0 comments on commit 9e714f4

Please sign in to comment.