Skip to content

Commit

Permalink
Remove and restore data bundle before test
Browse files Browse the repository at this point in the history
  • Loading branch information
xenosf committed Mar 18, 2024
1 parent 81ed6fe commit 4c62126
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ public class FeedbackRankRecipientQuestionE2ETest extends BaseFeedbackQuestionE2

@Override
protected void prepareTestData() {
testData = loadSqlDataBundle("/FeedbackRankRecipientQuestionE2ESqlTest.json");
// removeAndRestoreDataBundle(testData);
testData = removeAndRestoreDataBundle(loadSqlDataBundle("/FeedbackRankRecipientQuestionE2ESqlTest.json"));

instructor = testData.instructors.get("instructor");
course = testData.courses.get("course");
Expand Down

0 comments on commit 4c62126

Please sign in to comment.