Revision ec651eae25819f6bd9250b659041200cae6c338f authored by Marco Hofstetter on 11 June 2024, 15:36:27 UTC, committed by André Martins on 13 June 2024, 11:54:09 UTC
Currently, accessing the monitoragent from the service manager is
guarded with nil-checks as unit-tests don't provide a monitoragent.

This commit removes the check in favor of a fake implementation that
is used and passed in the tests.

Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
1 parent 2e308f9
History
File Mode Size
README.md -rw-r--r-- 1.6 KB
nvim-dap.lua -rw-r--r-- 1.7 KB

README.md

back to top