Skip to content
Snippets Groups Projects
Commit 1d82bd90 authored by Jakub Janák's avatar Jakub Janák
Browse files

rewritten includes to lowercase

parent b005356f
No related branches found
No related tags found
No related merge requests found
#include "catch.hpp"
#include "../graph/Edge.hpp"
#include "../graph/edge.hpp"
TEST_CASE("Test The Operators '>' and '<'", "[all]") {
node n1 = node("A");
......
#include "catch.hpp"
#include "../graph/Edge.hpp"
#include "../graph/Node.hpp"
#include "../graph/edge.hpp"
#include "../graph/node.hpp"
TEST_CASE("Get neighbour nodes should get nodes connected to our node with an edge") {
node n1 = node("a");
......
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