Skip to content

Commit

Permalink
throw at wall
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed Nov 11, 2024
1 parent daa19fa commit d5ee21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-DirectedGraph.R
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ for (thisTest in testList) {
object = reporter$pkg_graph$node_measures(nodeMeas)
, expected = expectedNodeMeasuresDT[, lapply(.SD, function(x) replace(x, is.na(x), NaN)), .SDcols = c('node', nodeMeas)]
, ignore_attr = TRUE
, check.attributes = FALSE
, info = sprintf("Value testing for %s, %s : %s /n obj: %s /n exp %s"
, thisTest[['pkg']]
, thisTest[['reporter']]
Expand Down

0 comments on commit d5ee21d

Please sign in to comment.