Skip to content

Commit

Permalink
Fix tests for SINGLETON mode are set up incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Jun 29, 2023
1 parent d5db5c0 commit b74084c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/adiar/zdd/test_project.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,7 @@ go_bandit([]() {
// double-check with a few tests.

describe("quantify_mode == SINGLETON / PARTIAL", [&]() {
quantify_mode = quantify_mode_t::NESTED;
quantify_mode = quantify_mode_t::SINGLETON;

it("computes zdd_2 with dom = {4,3,2} [&&]", [&](){
const std::vector<int> dom = {4,3,2};
Expand Down

0 comments on commit b74084c

Please sign in to comment.