mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
So we save space writing out empty topologies. Need to fix up `app_client_internal_test.go` to use Scope's `test/reflect` package that understands empty==nil, so now it doesn't need a previous workaround. Remove a similar workaround in `probe_internal_test.go` that isn't necessary since it's already using that package.