Skip to content

Commit

Permalink
chore: adjust test (#1022)
Browse files Browse the repository at this point in the history
* chore: adjust test

* Create spotty-sheep-jam.md
  • Loading branch information
julianiff authored Jul 8, 2024
1 parent 94c9f6a commit 3f8ecab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spotty-sheep-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@frontify/app-bridge-app": patch
---

chore: adjust test
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { describe, expect, it } from 'vitest';
import { getAccountId } from './GetAccountId.ts';

describe('GetAccountId', () => {
it('should return correct method name', () => {
it('should return correct method name of AccountId', () => {
const accountIdMethod = getAccountId();
expect(accountIdMethod.name).toBe('getAccountId');
});
Expand Down

0 comments on commit 3f8ecab

Please sign in to comment.