diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-18 16:39:49 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-18 16:39:49 +0100 |
commit | d46a670b799938acac975335c02b921f19c4f27a (patch) | |
tree | 029f9f50e12d47ea85754b0ab00f12fb61666a5a | |
parent | 1fe0440a753f179b5ffe2a83167393237ca66fb7 (diff) |
added essential comment...
-rw-r--r-- | coords_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
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]) |