Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Feb 21, 2024
1 parent 6320ca7 commit 4a8be52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ module.exports = {
SkyblockMember: require('./structures/SkyBlock/SkyblockMember.js'),
SkyblockInventoryItem: require('./structures/SkyBlock/SkyblockInventoryItem.js'),
SkyblockPet: require('./structures/SkyBlock/SkyblockPet'),
SkyblockGovernment: require('./structures/Skyblock/Static/Government.js'),
SkyblockCandidate: require('./structures/Skyblock/Static/Candidate.js'),
SkyblockBingoData: require('./structures/Skyblock/Static/BingoData.js'),
SkyblockBingo: require('./structures/Skyblock/Static/Bingo.js'),
GovernmentData: require('./structures/Skyblock/Static/Government.js'),
Candidate: require('./structures/Skyblock/Static/Candidate.js'),
BingoData: require('./structures/Skyblock/Static/BingoData.js'),
Bingo: require('./structures/Skyblock/Static/Bingo.js'),

/* Skyblock Auctions */
BaseAuction: require('./structures/SkyBlock/Auctions/BaseAuction.js'),
Expand Down
2 changes: 1 addition & 1 deletion tests/Client#getAPIStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ describe('Client#getAPIStatus', async () => {
expect(incident).instanceOf(APIIncident);
});
});
});
});

0 comments on commit 4a8be52

Please sign in to comment.