Skip to content

Commit d6f4a61

Browse files
committed
Refactored tests
1 parent 0587496 commit d6f4a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/management/branding.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ describe('BrandingManager', () => {
12881288
branding
12891289
.getPhoneTemplate(params)
12901290
.then((response) => {
1291-
const result = response.data ?? response; // adjust if needed
1291+
const result = response.data ?? response;
12921292
expect(result.id).toBe(data.id);
12931293
expect(result.channel).toBe(data.channel);
12941294
expect(result.customizable).toBe(data.customizable);

0 commit comments

Comments
 (0)