Skip to content

Commit 14c48bd

Browse files
accept status
1 parent 2e0c371 commit 14c48bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/testthat/_snaps/status/ggdag-status-x-as-exposure-y-as-outcome-and-l-as-latent.svg

+4-4
Loading

tests/testthat/test-tidy_dag.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ test_that("node functions produce correct columns", {
161161
exposure = "x",
162162
outcome = "y"
163163
),
164-
c("adjusted", "instrumental")
164+
"instrumental"
165165
)
166166
expect_function_produces_name(node_parents(tidy_dag, "z"), "parent")
167167
expect_function_produces_name(node_status(tidy_dag), "status")

0 commit comments

Comments
 (0)