Skip to content

Commit

Permalink
correct test in createCluster after breaking change in antaresRead
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHOUDI Abdallah (Externe) committed Mar 28, 2024
1 parent 38391bb commit 91ab9e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-createCluster.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ sapply(studies, function(study) {
add_prefix = FALSE
)
}
expect_error(antaresRead::readClusterDesc())
all_clusters <- readClusterDesc()
expect_true(nrow(all_clusters)==0)

})

Expand Down

0 comments on commit 91ab9e2

Please sign in to comment.