Skip to content

Commit

Permalink
chore(tests): skip not-found ^VXAPL in historical tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Jul 28, 2021
1 parent 6aa0630 commit a93c0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/historical.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const yf = testYf({ historical });
describe("historical", () => {
// See also common module tests in moduleExec.spec.js

const symbolsToSkip = ["BEKE", "BFLY", "SIMP"];
const symbolsToSkip = ["BEKE", "BFLY", "SIMP", "^VXAPL" /* Not Found */];
const symbols = testSymbols.filter((s) => symbolsToSkip.indexOf(s) === -1);
it.each(symbols)("passes validation for symbol '%s'", async (symbol) => {
await yf.historical(
Expand Down

0 comments on commit a93c0a9

Please sign in to comment.