Fix test and update copyright

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2023-06-09 15:09:15 -07:00
parent ce2dcd3394
commit 2765e534eb
2 changed files with 2 additions and 2 deletions

View File

@@ -262,7 +262,7 @@ func TestSystemServiceSubscribersLeafNodesWithoutSystem(t *testing.T) {
// For now we do not see all the details behind a leafnode if the leafnode is not enabled.
checkDbgNumSubs(t, nc, "foo.bar.3", 2)
checkDbgNumSubs(t, nc, "foo.bar.baz QG.22", 11)
checkDbgNumSubs(t, nc, "foo.bar.baz QG.22", 12)
}
func runSolicitLeafServerWithSystemToURL(surl string) (*server.Server, *server.Options) {