From bf2456f380a7d21677d0c0cf116cc2cbb37bcc14 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 3 Dec 2019 17:16:13 +0000 Subject: temp switch back to exported colstream --- coords_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'coords_test.go') diff --git a/coords_test.go b/coords_test.go index 8f8f865..8244a85 100644 --- a/coords_test.go +++ b/coords_test.go @@ -5,12 +5,12 @@ import ( ) func TestAlphaStream(t *testing.T) { - if colstream[26] != "AA" { - t.Errorf("The test expected AA, got %v.", colstream[26]) + if Colstream[26] != "AA" { + t.Errorf("The test expected AA, got %v.", Colstream[26]) } - if len(colstream) > maxCols { + if len(Colstream) > maxCols { t.Errorf(`Number of columns in alphastream exceeds Excel maximum. - alphastream contains %d, maxCols is %d`, len(colstream), maxCols) + alphastream contains %d, maxCols is %d`, len(Colstream), maxCols) } } -- cgit v1.2.3