moonmath/moon/moon_test.go

17 lines
242 B
Go
Raw Normal View History

2024-03-17 09:10:05 +00:00
package moon_test
import (
"testing"
"time"
2024-03-19 21:29:37 +00:00
"code.humancabbage.net/sam/moonmath/moon"
2024-03-17 09:10:05 +00:00
)
func TestCDPR(t *testing.T) {
}
func TestProjection(t *testing.T) {
2024-03-20 04:44:11 +00:00
p := moon.ProjectDates(time.Now(), 68900, 1.0055, moon.DefaultGoals)
2024-03-17 09:10:05 +00:00
_ = p
}