Skip to content

Commit 60a84e8

Browse files
Provide name for cursor allocation test
1 parent b7ae817 commit 60a84e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/net/zetetic/tests/DefaultCursorWindowAllocationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ public Object buildRowColumnValue(String[] columns, int row, int column) {
4242

4343
@Override
4444
public String getName() {
45-
return null;
45+
return "Default cursor window allocation test";
4646
}
4747
}

0 commit comments

Comments
 (0)