From d46a670b799938acac975335c02b921f19c4f27a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 18 Jul 2020 16:39:49 +0100 Subject: added essential comment... --- coords_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/coords_test.go b/coords_test.go index 6b73f2d..aca6d7f 100644 --- a/coords_test.go +++ b/coords_test.go @@ -4,6 +4,7 @@ import ( "testing" ) +// Test AlphaStream func TestAlphaStream(t *testing.T) { if colstream[26] != "AA" { t.Errorf("The test expected AA, got %v.", colstream[26]) -- cgit v1.2.3