Peak Detection
This commit is contained in:
parent
6e70e1495e
commit
a1416b232b
20 changed files with 653 additions and 0 deletions
|
|
@ -379,6 +379,7 @@ class FitFileServiceTest {
|
|||
"New Title",
|
||||
"New Description",
|
||||
Activity.Visibility.PUBLIC,
|
||||
null,
|
||||
false
|
||||
);
|
||||
|
||||
|
|
@ -423,6 +424,7 @@ class FitFileServiceTest {
|
|||
"New Title",
|
||||
"New Description",
|
||||
Activity.Visibility.PUBLIC,
|
||||
null,
|
||||
false
|
||||
)
|
||||
);
|
||||
|
|
@ -453,6 +455,7 @@ class FitFileServiceTest {
|
|||
"Hacked Title",
|
||||
"Hacked Description",
|
||||
Activity.Visibility.PUBLIC,
|
||||
null,
|
||||
false
|
||||
)
|
||||
);
|
||||
|
|
@ -496,6 +499,7 @@ class FitFileServiceTest {
|
|||
"Updated Title",
|
||||
"Updated Description",
|
||||
Activity.Visibility.PUBLIC,
|
||||
null,
|
||||
false
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue