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 4a8be52 commit 0660359
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/API/skyblock/getSkyblockGovernment.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = async function () {
const GovernmentData = require('../../structures/Skyblock/Static/Government.js');
const GovernmentData = require('../../structures/SkyBlock/Static/Government.js');

const res = await this._makeRequest('/resources/skyblock/election');
if (res.raw) return res;
Expand Down
6 changes: 3 additions & 3 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'),
GovernmentData: require('./structures/Skyblock/Static/Government.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'),
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

0 comments on commit 0660359

Please sign in to comment.