We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e3ecb commit 53af845Copy full SHA for 53af845
1 file changed
submitter/src/test/java/io/split/android/client/submitter/RecorderTaskTest.java
@@ -29,7 +29,7 @@
29
public class RecorderTaskTest {
30
31
private static final int BATCH_SIZE = 10;
32
- private static final SplitTaskType TASK_TYPE = SplitTaskType.IMPRESSIONS_RECORDER;
+ private static final SplitTaskType TASK_TYPE = SplitTaskType.GENERIC_TASK;
33
34
private RecorderStorage<String> mStorage;
35
private RecorderSubmitter<List<String>> mSubmitter;
0 commit comments