Skip to content
2 changes: 0 additions & 2 deletions spec/PostgresInitOptions.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const databaseOptions1 = {
}
};


//not exists schema
const databaseOptions2 = {
initOptions: {
Expand All @@ -25,7 +24,6 @@ const databaseOptions2 = {
}
};


const GameScore = Parse.Object.extend({
className: "GameScore"
});
Expand Down