Skip to content

Commit f0cc1f0

Browse files
docs: fix displayName typo (#219)
1 parent ac58cb3 commit f0cc1f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/en/developing/unit-testing-framework.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ describe('handleUpdatedGravatars', () => {
376376
})
377377
378378
test('Upates the displayName', () => {
379-
assert.fieldEquals('Gravatar', '0x0', 'displayNamd', 'First Gravatar')
379+
assert.fieldEquals('Gravatar', '0x0', 'displayName', 'First Gravatar')
380380
381381
// code that should update the displayName to 1st Gravatar
382382
@@ -425,7 +425,7 @@ describe("handleNewGravatar", () => {
425425
426426
describe("handleUpdatedGravatar", () => {
427427
test("Upates the displayName", () => {
428-
assert.fieldEquals("Gravatar", "0x0", "displayNamd", "First Gravatar")
428+
assert.fieldEquals("Gravatar", "0x0", "displayName", "First Gravatar")
429429
430430
// code that should update the displayName to 1st Gravatar
431431
@@ -465,7 +465,7 @@ describe("handleUpdatedGravatar", () => {
465465
})
466466
467467
test("Upates the displayName", () => {
468-
assert.fieldEquals("Gravatar", "0x0", "displayNamd", "First Gravatar")
468+
assert.fieldEquals("Gravatar", "0x0", "displayName", "First Gravatar")
469469
470470
// code that should update the displayName to 1st Gravatar
471471

0 commit comments

Comments
 (0)