We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ec5fa commit b9317e8Copy full SHA for b9317e8
1 file changed
test/app/view/app_test.dart
@@ -9,7 +9,7 @@ void main() {
9
test('10 posts', () {
10
final posts = [4, 2, 3, 4, 1, 2, 3, 4, 2, 5];
11
const numSponsoredPosts = 3; // Number of sponsored posts to insert
12
-
+
13
final effectiveIndexes = calculateEffectiveIndexesRandomly(
14
posts.length,
15
numSponsoredPosts,
0 commit comments