Skip to content
Snippets Groups Projects
Commit 19c06593 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix test

parent 37a43ff2
Branches
Tags
No related merge requests found
......@@ -93,6 +93,9 @@ int main(int argc, char* argv[]) {
M_AssertEq("test", info_last.name);
M_AssertEq(fi2.id, info_last.last_id);
M_AssertEq(true, info_last.finished);
err = db.DeleteStream("test");
M_AssertEq(nullptr, err);
}
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment