X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tests%2Ftest_alarm.py;fp=tests%2Ftest_alarm.py;h=df8b2d451523135e2af591570de146fe47fc3921;hb=af8b53fd50d9efeb68330ea0016e037caf2f4636;hp=0cde0cef5aa49614806ac7bbd3d731f3b12ab5df;hpb=42aa0da85efdd36c6d65674b8b7a5ac5c47058d1;p=ric-plt%2Fxapp-frame-py.git diff --git a/tests/test_alarm.py b/tests/test_alarm.py index 0cde0ce..df8b2d4 100644 --- a/tests/test_alarm.py +++ b/tests/test_alarm.py @@ -47,6 +47,7 @@ def teardown_module(): test alarm module teardown """ rmr.rmr_close(MRC_SEND) + rmr.rmr_close(MRC_RCV) def test_alarm_set_get(monkeypatch):