Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mvafin committed Jul 12, 2021
1 parent 49bf172 commit 29d2367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngraph/test/frontend/shared/src/op_fuzzy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void FrontEndFuzzyOpTest::doLoadFromFile()
ASSERT_NO_THROW(frontends = m_fem.get_available_front_ends());
ASSERT_NO_THROW(m_frontEnd = m_fem.load_by_framework(m_feName));
ASSERT_NE(m_frontEnd, nullptr);
ASSERT_NO_THROW(m_inputModel = m_frontEnd->load_from_file(m_modelFile));
ASSERT_NO_THROW(m_inputModel = m_frontEnd->load(m_modelFile));
ASSERT_NE(m_inputModel, nullptr);
}

Expand Down

0 comments on commit 29d2367

Please sign in to comment.