Skip to content
Snippets Groups Projects
Commit 6b8c9dee authored by Jaime Arias's avatar Jaime Arias
Browse files

Fix deleting files

parent bd881c6b
No related branches found
No related tags found
No related merge requests found
#define CATCH_CONFIG_MAIN
#include "catch.hpp"
#include <catch.hpp>
#include "tree_node.hpp"
#include <string>
TEST_CASE(){
TreeNode node;
string goal = "Get Password";
node.set_goal(goal);
REQUIRE(node.get_goal() == goal);
}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment