1 parent bd990f4 commit 2df91c5Copy full SHA for 2df91c5
2 files changed
DESCRIPTION
@@ -1,7 +1,7 @@
1
Package: qualifyr
2
Type: Package
3
Title: Validate Relational Data Structures
4
-Version: 0.1.0.9003
+Version: 0.1.0.9004
5
Authors@R: c(
6
person(
7
"Ian", "Farm",
R/qf_table.R
@@ -68,7 +68,7 @@ check_constraints.qf_table <- function(x) {
68
constraint_checks,
69
subclass = "qf_check_table",
70
satisfied = purrr::every(constraint_checks, satisfied),
71
- handled = purrr::every(constraint_checks, satisfied)
+ handled = purrr::every(constraint_checks, handled)
72
)
73
}
74
0 commit comments