Skip to content

Commit 79ee250

Browse files
committed
[#1682] Add 1 suggestion to 1 file
1 parent 80bbe3c commit 79ee250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/app/hosts-page/hosts-page.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ describe('HostsPageComponent', () => {
651651
// Each host identifier should be a link.
652652
const firstIdEl = identifierEl[0].query(By.css('a'))
653653
expect(firstIdEl).toBeTruthy()
654-
// The DUID is displayed by default as a text.
654+
// The DUID is displayed by default as a hex.
655655
expect(firstIdEl.nativeElement.textContent).toContain('duid=(61:62:63:64)')
656656
expect(firstIdEl.attributes.href).toBe('/dhcp/hosts/1')
657657

0 commit comments

Comments
 (0)