mirror of
https://github.com/sstent/go-garminconnect.git
synced 2026-01-31 19:42:36 +00:00
garth more done
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user