17 lines
242 B
Go
17 lines
242 B
Go
package moon_test
|
|
|
|
import (
|
|
"testing"
|
|
"time"
|
|
|
|
"code.humancabbage.net/sam/moonmath/moon"
|
|
)
|
|
|
|
func TestCDPR(t *testing.T) {
|
|
}
|
|
|
|
func TestProjection(t *testing.T) {
|
|
p := moon.ProjectDates(time.Now(), 68900, 1.0055, moon.DefaultGoals)
|
|
_ = p
|
|
}
|