Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdRiley committed Jun 21, 2024
1 parent bf0b2d9 commit d43c6b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Data
add_specs suite_builder setup =
materialize = setup.materialize
create_connection_fn = setup.create_connection_func
suite_builder.group setup.prefix+"Table.distinct" pending=db_todo group_builder->
suite_builder.group setup.prefix+"Table.distinct" group_builder->
data = Data.setup create_connection_fn

group_builder.teardown <|
Expand Down Expand Up @@ -148,7 +148,7 @@ add_specs suite_builder setup =
Problems.test_problem_handling action3 problems3 tester3

db_todo = if setup.is_database.not then Nothing else "Table.duplicates is not implemented yet in Database."
suite_builder.group setup.prefix+"Table.duplicates" group_builder->
suite_builder.group setup.prefix+"Table.duplicates" pending=db_todo group_builder->
data = Data.setup create_connection_fn

group_builder.teardown <|
Expand Down

0 comments on commit d43c6b3

Please sign in to comment.