From b5a97e468f5de01ef0e8c28fcc4670c4d74ef4d0 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Thu, 19 Apr 2018 17:07:58 -0700 Subject: [PATCH] fix test --- common/bootcommand/pc_xt_driver_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/bootcommand/pc_xt_driver_test.go b/common/bootcommand/pc_xt_driver_test.go index eb4ac621f..cd0e04ec8 100644 --- a/common/bootcommand/pc_xt_driver_test.go +++ b/common/bootcommand/pc_xt_driver_test.go @@ -89,7 +89,7 @@ func Test_pcxtSpecialOnOff(t *testing.T) { func Test_pcxtSpecial(t *testing.T) { in := "" - expected := []string{"0e", "4b", "e0", "cb"} + expected := []string{"e0", "4b", "e0", "cb"} var codes []string sendCodes := func(c []string) error { codes = c