From f81ecc11f6f81b10070abeb70dcedb8035f55056 Mon Sep 17 00:00:00 2001
From: Jason Hutchinson <jhutchinson@wehco.com>
Date: Thu, 25 May 2017 17:19:56 -0500
Subject: set GO_ICON manually in test

---
 test/segments/go_version.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'test/segments')

diff --git a/test/segments/go_version.spec b/test/segments/go_version.spec
index f964df08..2aac460b 100755
--- a/test/segments/go_version.spec
+++ b/test/segments/go_version.spec
@@ -35,13 +35,14 @@ function mockGoEmptyGopath() {
 
 function testGo() {
   alias go=mockGo
+  POWERLEVEL9K_GO_ICON=""
   POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(go_version)
 
   PWD="$HOME/go/src/github.com/bhilburn/powerlevel9k"
 
-  assertEquals "%K{green} %F{255}go1.5.3 %k%F{green}%f " "$(build_left_prompt)"
-
+  assertEquals "%K{green} %F{255%}%f %F{255}go1.5.3 %k%F{green}%f " "$(build_left_prompt)"
 
+  unset POWERLEVEL9K_GO_ICON
   unset PWD
   unset POWERLEVEL9K_LEFT_PROMPT_ELEMENTS
   unalias go
-- 
cgit v1.2.3