mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-14 10:58:34 +00:00
tests(wakatime-fetcher): fix brand casing (#3455)
This commit is contained in:
committed by
GitHub
parent
90c30f2bd2
commit
6d8169fd2c
@@ -103,7 +103,7 @@ const wakaTimeData = {
|
||||
};
|
||||
|
||||
describe("WakaTime fetcher", () => {
|
||||
it("should fetch correct wakatime data", async () => {
|
||||
it("should fetch correct WakaTime data", async () => {
|
||||
const username = "anuraghazra";
|
||||
mock
|
||||
.onGet(
|
||||
|
||||
Reference in New Issue
Block a user