| Index: logdog/appengine/coordinator/hierarchy/hierarchy_test.go
|
| diff --git a/logdog/appengine/coordinator/hierarchy/hierarchy_test.go b/logdog/appengine/coordinator/hierarchy/hierarchy_test.go
|
| index 678ff6ab5d721c4eac9a9c3372937b7aac02c74f..96d35dbe06f4f717e4ceddb73248a19b529eeb9c 100644
|
| --- a/logdog/appengine/coordinator/hierarchy/hierarchy_test.go
|
| +++ b/logdog/appengine/coordinator/hierarchy/hierarchy_test.go
|
| @@ -22,7 +22,7 @@ import (
|
| func TestHierarchy(t *testing.T) {
|
| t.Parallel()
|
|
|
| - Convey(`With a testing configuration`, t, func() {
|
| + FocusConvey(`With a testing configuration`, t, func() {
|
| c, env := ct.Install()
|
|
|
| var r Request
|
| @@ -36,10 +36,10 @@ func TestHierarchy(t *testing.T) {
|
|
|
| var lv listValidator
|
|
|
| - Convey(`When requesting Project-level list`, func() {
|
| + FocusConvey(`When requesting Project-level list`, func() {
|
| r.Project = ""
|
|
|
| - Convey(`An anonymous user will see all public-access projects.`, func() {
|
| + FocusConvey(`An anonymous user will see all public-access projects.`, func() {
|
| So(get(), lv.shouldHaveComponents, "proj-bar", "proj-foo")
|
| })
|
|
|
|
|