I found your issue. In your CourseContract
class the following field is empty:
public static final String DURATION_IN_HOURS = "";
I changed it to:
public static final String DURATION_IN_HOURS = "duration_in_hours";
and the tests passed.
No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
Course Queries 4 Answers
Course Queries 5 Answers
Course Queries 1 Answers
Course Queries 3 Answers
Course Queries 4 Answers
manpreet
Best Answer
2 years ago
I am having a very odd error here
I have 2 consecutive commas in my query. The problem is that I am building my insert statement using ContentValues class like this