Skip to content

Commit

Permalink
Merge pull request #612 from getodk/analytics-preview-warning
Browse files Browse the repository at this point in the history
Specify "other" project metrics in order to prevent test warning
  • Loading branch information
matthew-white authored Jun 2, 2022
2 parents 1b06ab6 + 7bbc7a1 commit cb17057
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/components/analytics/preview.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ describe('AnalyticsPreview', () => {
submissions: {
num_submissions_received: { recent: 0, total: 0 },
num_submissions_from_web_users: { recent: 0, total: 0 }
}
},
other: { has_description: 1 }
}
]
};
Expand Down

0 comments on commit cb17057

Please sign in to comment.