Remove unused spying 84/100384/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 4 Apr 2022 14:59:45 +0000 (16:59 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 4 Apr 2022 14:59:45 +0000 (16:59 +0200)
commit4111fc386b35e327d1038b7b7b8a52d6457df28d
tree5b88fe087b1fc08b7c44e6ad9e7956092d104ce2
parentc20406af3ec1e3c648a1f06d11751203a42bf9cb
Remove unused spying

KeepaliveSalFacadeTest has a bit of useless mocking/spying. This is
failing with JDK17. While we would want to mock the behavior exactly
without delays, use real executor for now.

Change-Id: I462852fb8ed56ed5370d7036bc2c3c862129dce1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/sal-netconf-connector/src/test/java/org/opendaylight/netconf/sal/connect/netconf/sal/KeepaliveSalFacadeTest.java