moonmath/config/config_test.go
Sam Fredrickson ba4e803eea
All checks were successful
Build & Test / Main (push) Successful in 1m31s
Make it easier to use other assets.
2024-03-21 17:39:10 -07:00

11 lines
222 B
Go

package config_test
import (
"testing"
)
func TestDefault(t *testing.T) {
// config.Default is parsed in config.init(), which panics on error.
// so just getting this far means that at least it parsed successfully.
}