Skip to content

Commit

Permalink
Integration tests compiling after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Ómar Högni Guðmarsson committed Jun 27, 2024
1 parent 902be6d commit 2b86035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exes/themis/tests/themis_integration_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ int main(int argc, char** argv) {
test_setup_s s;
auto vec = s.db.list_alarms();
auto json = glz::write_json(vec);
expect(json == "[]") << json;
expect(json == "[]") << json.value_or("");
};
return 0;
}

0 comments on commit 2b86035

Please sign in to comment.