@@ -21,7 +21,7 @@ func TestPrintListOneAppNoDefaultKey(t *testing.T) {
2121 h := parsecli .NewHarness (t )
2222 defer h .Stop ()
2323 conf .PrettyPrintApps (h .Env )
24- ensure .DeepEqual (t , h .Out .String (), "The following apps are associated with cloud code in the current directory:\n first\n " )
24+ ensure .DeepEqual (t , h .Out .String (), "The following apps are associated with Cloud Code in the current directory:\n first\n " )
2525}
2626
2727func TestPrintListOneAppWithDefaultKey (t * testing.T ) {
@@ -32,7 +32,7 @@ func TestPrintListOneAppWithDefaultKey(t *testing.T) {
3232 h := parsecli .NewHarness (t )
3333 defer h .Stop ()
3434 conf .PrettyPrintApps (h .Env )
35- ensure .DeepEqual (t , h .Out .String (), "The following apps are associated with cloud code in the current directory:\n * first\n " )
35+ ensure .DeepEqual (t , h .Out .String (), "The following apps are associated with Cloud Code in the current directory:\n * first\n " )
3636}
3737
3838func TestPrintListTwoAppsWithDefaultKey (t * testing.T ) {
@@ -43,7 +43,7 @@ func TestPrintListTwoAppsWithDefaultKey(t *testing.T) {
4343 h := parsecli .NewHarness (t )
4444 defer h .Stop ()
4545 conf .PrettyPrintApps (h .Env )
46- ensure .DeepEqual (t , h .Out .String (), "The following apps are associated with cloud code in the current directory:\n * first\n second\n " )
46+ ensure .DeepEqual (t , h .Out .String (), "The following apps are associated with Cloud Code in the current directory:\n * first\n second\n " )
4747}
4848
4949func TestPrintListTwoAppsWithLinks (t * testing.T ) {
@@ -53,7 +53,7 @@ func TestPrintListTwoAppsWithLinks(t *testing.T) {
5353 h := parsecli .NewHarness (t )
5454 defer h .Stop ()
5555 conf .PrettyPrintApps (h .Env )
56- ensure .DeepEqual (t , h .Out .String (), "The following apps are associated with cloud code in the current directory:\n * first\n second -> first\n " )
56+ ensure .DeepEqual (t , h .Out .String (), "The following apps are associated with Cloud Code in the current directory:\n * first\n second -> first\n " )
5757}
5858func TestPrintListNoConfig (t * testing.T ) {
5959 t .Parallel ()
0 commit comments