Skip to content

Commit

Permalink
test: up
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 27, 2024
1 parent b310013 commit 1b27079
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe(fileShortPath(import.meta.url), () => {
try {
const info = await GetPrinter({ hPrinter: hwnd, Level: 1 })
if (! info) { return }
assert(info.pName === local, JSON.stringify(info))
assert(info.pName === xps, JSON.stringify(info))

const { payload } = DOC_INFO_1_Factory()
payload.pDocName = testConfig.pDocName
Expand Down

0 comments on commit 1b27079

Please sign in to comment.