This commit is contained in:
Bel LaPointe
2022-01-27 13:02:48 -07:00
parent 16bf70a276
commit 34fc5fbc5c
2 changed files with 70 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import (
func TestBrokerInterface(t *testing.T) {
var b Broker
b = FastExact{}
b = NTGVision{}
_ = b
}