This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit a75c0553 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

change default exercise id

parent 9131359c
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -30,6 +30,7 @@ import java.util.concurrent.TimeUnit;
import javax.persistence.EntityManager;
import org.elasticsearch.node.NodeValidationException;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Timeout;
......@@ -60,7 +61,7 @@ public class StatisticsResourceIT {
private static final Integer DEFAULT_DOWNLOADS = 1;
private static final Integer UPDATED_DOWNLOADS = 2;
private static final String DEFAULT_EXERCISE_ID = "1";
private static final String DEFAULT_EXERCISE_ID = "999";
final String publicGitLabProjectId = "3";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment