diff options
Diffstat (limited to 'coords_test.go')
-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]) |