Skip to content

Commit

Permalink
chore: remove references to passport_scores.json in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bard committed Aug 23, 2023
1 parent c785784 commit a0f3157
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/test/http/app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ describe("server", () => {
"1/rounds/0x1234/votes.json": "votes",
"1/rounds/0x1234/applications.json": "applications",
"1/rounds.json": [], // empty file so the round won't be found
// "passport_scores.json": "passport_scores",
}) as DataProvider,
buildTag: "123abc",
});
Expand All @@ -165,7 +164,6 @@ describe("server", () => {
"1/rounds/0x1234/votes.json": "votes",
"1/rounds/0x1234/applications.json": "applications",
"1/rounds.json": [], // empty file so the round won't be found
// "passport_scores.json": "passport_scores",
}) as DataProvider,
buildTag: "123abc",
});
Expand All @@ -187,7 +185,6 @@ describe("server", () => {
"1/rounds/0x1234/votes.json": "votes",
"1/rounds/0x1234/applications.json": "applications",
"1/rounds.json": [], // empty file so the round won't be found
// "passport_scores.json": "passport_scores",
}) as DataProvider,
buildTag: "123abc",
});
Expand All @@ -209,7 +206,6 @@ describe("server", () => {
"1/rounds/0x1234/votes.json": "votes",
"1/rounds/0x1234/applications.json": "applications",
"1/rounds.json": [], // empty file so the round won't be found
// "passport_scores.json": "passport_scores",
}) as DataProvider,
buildTag: "123abc",
});
Expand All @@ -231,7 +227,6 @@ describe("server", () => {
"1/rounds/0x1234/votes.json": "votes",
"1/rounds/0x1234/applications.json": "applications",
"1/rounds.json": [], // empty file so the round won't be found
// "passport_scores.json": "passport_scores",
}) as DataProvider,
buildTag: "123abc",
});
Expand All @@ -256,7 +251,6 @@ describe("server", () => {
"1/rounds/0x1234/votes.json": "votes",
"1/rounds/0x1234/applications.json": "applications",
"1/rounds.json": "rounds",
// "passport_scores.json": "passport_scores",
}) as DataProvider,
buildTag: "123abc",
}).app;
Expand Down Expand Up @@ -333,7 +327,6 @@ describe("server", () => {
metadata: {},
},
],
// "passport_scores.json": "passport_scores",
}) as DataProvider,
buildTag: "123abc",
}).app;
Expand Down Expand Up @@ -401,7 +394,6 @@ describe("server", () => {
"1/rounds/0x1234/votes.json": "votes-with-bad-recipient",
"1/rounds/0x1234/applications.json": "applications",
"1/rounds.json": "rounds",
// "passport_scores.json": "passport_scores",
}) as DataProvider,
buildTag: "123abc",
}).app;
Expand Down Expand Up @@ -596,7 +588,6 @@ describe("server", () => {
"1/rounds/0x2/votes.json": "votes",
"1/rounds/0x2/applications.json": "applications",
"1/rounds.json": "rounds",
// "passport_scores.json": "passport_scores",
}) as DataProvider,
buildTag: "123abc",
}).app;
Expand Down Expand Up @@ -808,7 +799,6 @@ describe("server", () => {
"1/rounds/0x3/votes.json": "votes",
"1/rounds/0x3/applications.json": "applications",
"1/rounds.json": "rounds",
// "passport_scores.json": "passport_scores",
}) as DataProvider,
buildTag: "123abc",
}).app;
Expand Down Expand Up @@ -971,8 +961,6 @@ describe("server", () => {
"1/rounds/0x4/votes.json": "votes",
"1/rounds/0x4/applications.json": "applications",
"1/rounds.json": "rounds",

// "passport_scores.json": "passport_scores",
}) as DataProvider,
buildTag: "123abc",
}).app;
Expand Down

0 comments on commit a0f3157

Please sign in to comment.