Skip to content

Commit

Permalink
Added comment to the getSyncSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
desistefanova committed Sep 15, 2023
1 parent 4753317 commit 40a8851
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,11 @@ void printSplunkLogLink(AppNames appName, String? uriVariable) {
print("Splunk logs: $splunk");
}

/// Schema list for default app service
/// used for all the flexible sync tests.
/// The full list of schemas is required when creating
/// a flexibleSync configuration to the default app service
/// to avoid causing breaking changes in development mode.
List<SchemaObject> getSyncSchema() {
return [
Task.schema,
Expand Down

0 comments on commit 40a8851

Please sign in to comment.