Skip to content

Commit

Permalink
fix snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Aug 27, 2024
1 parent 577cf55 commit aa3743d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ describe('wakatime config', () => {
],
"states": [
"allGood",
"ignored",
"notSignedIn",
"trackingDisabled",
"notSignedIn",
"ignored",
],
"summariesApiEndPoint": "/users/current/summaries",
"theme": "light",
Expand Down

0 comments on commit aa3743d

Please sign in to comment.