garth more done

This commit is contained in:
2025-08-28 19:44:35 -07:00
parent 6b9150c541
commit 237e17fbb3
11 changed files with 150 additions and 100 deletions

View File

@@ -17,7 +17,7 @@ func TestGetBodyComposition(t *testing.T) {
// Check for required parameters without enforcing order
startDate := r.URL.Query().Get("startDate")
endDate := r.URL.Query().Get("endDate")
assert.Equal(t, "2023-01-01", startDate, "startDate should match")
assert.Equal(t, "2023-01-31", endDate, "endDate should match")
@@ -115,4 +115,4 @@ func TestGetBodyComposition(t *testing.T) {
}
})
}
}
}