mapserver/colormapping/colormapping_test.go
NatureFreshMilk d02ef19d40 static assets
2019-01-11 10:49:19 +01:00

10 lines
106 B
Go

package colormapping
import (
"testing"
)
func TestNewMapping(t *testing.T) {
CreateColorMapping()
}