Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Jun 26, 2024
1 parent 783d159 commit e9033bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system-information.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test('system_information tests', async(t) => {
try {
let info = await lookupSystemInformation();
console.log({info});
t.ok(info.length === 1 && info[0].domain_name === 'jambonz.xyz', 'found system information');
t.ok(info.domain_name === 'jambonz.xyz', 'found system information');

t.end();
}
Expand Down

0 comments on commit e9033bd

Please sign in to comment.