Skip to content

Commit

Permalink
Clean up lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuscu committed Sep 25, 2024
1 parent d57b4bc commit 1f7000e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/nodegraph/tests/common/NodeGraphSchemaTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ using namespace l;
using namespace l::nodegraph;

TEST(NodeGraph, BasicFunction) {

NodeGraph<GraphNumericAdd> node;

float in2 = 2.3f;
Expand All @@ -23,7 +22,6 @@ TEST(NodeGraph, BasicFunction) {
}

TEST(NodeGraph, SimpleAddNetwork) {

NodeGraph<GraphNumericAdd> node1;
NodeGraph<GraphNumericAdd> node2;
NodeGraph<GraphNumericAdd> nodeFinal;
Expand Down Expand Up @@ -115,7 +113,6 @@ TEST(NodeGraph, FilterLowpass) {
}

TEST(NodeGraph, GraphGroups) {

NodeGraphGroup group;

float cutoff = 0.8f;
Expand Down Expand Up @@ -180,7 +177,6 @@ TEST(NodeGraph, GraphGroups) {
}

TEST(NodeGraph, SchemaAllNodes) {

NodeGraphSchema ng;

std::vector<int32_t> nodeIds;
Expand All @@ -204,7 +200,6 @@ TEST(NodeGraph, SchemaAllNodes) {
TEST_TRUE(ng.RemoveNode(nodeId), "");
}


return 0;
}

0 comments on commit 1f7000e

Please sign in to comment.