Skip to content

Commit b300952

Browse files
committed
tests
1 parent 2c0ac5b commit b300952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/__tests__/api/controllers/leaderboard.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,7 @@ describe("Loaderboard Controller", () => {
901901

902902
it("should get for english time 60 friends only", async () => {
903903
//GIVEN
904+
await enableFriendsFeature(true);
904905
const lbConf = (await configuration).dailyLeaderboards;
905906
getRankMock.mockResolvedValue({});
906907
const friends = ["friendOne", "friendTwo"];

0 commit comments

Comments
 (0)