Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
anonysoul committed Jan 29, 2024
1 parent d01339d commit 41a8dba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform/linux.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ test("enable", () => {
};
LinuxProxied.enable(config);
const status = LinuxProxied.status();
console.log(status);
if (status !== null) {
expect(status.http!.hostname).toBe(config.http?.hostname);
expect(status.http!.port).toBe(config.http?.port);
Expand Down

0 comments on commit 41a8dba

Please sign in to comment.