mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 14:27:09 +00:00
tests(wakatime-fetcher): fix brand casing (#3455)
This commit is contained in:
parent
90c30f2bd2
commit
6d8169fd2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue