Skip to content

Commit

Permalink
i did a dumbass
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod committed Mar 4, 2024
1 parent 52cac32 commit ef9a3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/db/UMTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ async function tests() {
}
console.log("[ PASS ]".green, "Followed user and checked if following user");

let getFollowers = await manager.getFollowers(getID);
let getFollowers = await manager.getFollowers("newtest");
if (getFollowers.length !== 1) {
console.log("[ FAIL ]".red, "Failed to get followers");
return false;
Expand Down

0 comments on commit ef9a3e9

Please sign in to comment.