Skip to content

Commit

Permalink
Remove loading of datastore data
Browse files Browse the repository at this point in the history
  • Loading branch information
dishenggg committed Mar 18, 2024
1 parent 7f9c865 commit 7fb3ee2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public class InstructorNotificationsPageE2ETest extends BaseE2ETestCase {

@Override
protected void prepareTestData() {
testData = loadDataBundle("/InstructorNotificationsPageE2ETest.json");
removeAndRestoreDataBundle(testData);
sqlTestData = removeAndRestoreSqlDataBundle(
loadSqlDataBundle("/InstructorNotificationsPageE2ETest_SqlEntities.json"));
}
Expand Down

0 comments on commit 7fb3ee2

Please sign in to comment.