Skip to content

Commit

Permalink
updated lib/test/FaultManager_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavanaashok33 committed Jul 30, 2020
1 parent aee7da1 commit e47e8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent-ovs/lib/test/FaultManager_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ BOOST_FIXTURE_TEST_CASE( faultmodb, FSFaultFixture ) {
assert(severity == fu.get()->getSeverity(100));


source.deleted(temp.string()+"/"+uuid1+".fs");
source.delete_fault(temp.string()+"/"+uuid1+".fs");
WAIT_FOR((!fu_instance.get()->resolveFaultInstance(uuid1)), 500);
watcher.stop();

Expand Down

0 comments on commit e47e8eb

Please sign in to comment.