Skip to content

Commit

Permalink
test(misskey-js): fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective committed Jul 10, 2024
1 parent eb23894 commit 396fef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/misskey-js/test/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ describe('API', () => {
fetchMock.resetMocks();
fetchMock.mockResponse(async () => {
return {
// 本来返すべき値は`Role型`だが、テストなのでお茶を濁す
// 本来返すべき値は`Role`型だが、テストなのでお茶を濁す
status: 200,
body: '{}'
};
Expand Down

0 comments on commit 396fef4

Please sign in to comment.