Skip to content

Commit 50dfa15

Browse files
author
NeiroYT
committed
Merge branch 'neiroyt/stable_branch' of https://github.com/embedded-dev-research/itlab_2023 into neiroyt/stable_branch
2 parents a240c9e + 78565d5 commit 50dfa15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/graph/test_graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ TEST(graph, get_in_layers) {
460460
graph.makeConnection(fcLayer2, fcLayer3);
461461
graph.makeConnection(fcLayer, fcLayer4);
462462
graph.setOutput(fcLayer4, output);
463-
ASSERT_ANY_THROW(graph.getInLayers(0));
463+
ASSERT_NO_THROW(graph.getInLayers(0));
464464
}
465465

466466
TEST(graph_transformations, check_subgraphs_search) {

0 commit comments

Comments
 (0)