Skip to content

Commit

Permalink
fix ts inclusion error
Browse files Browse the repository at this point in the history
  • Loading branch information
mudhoney committed Jan 9, 2025
1 parent abaed2c commit 683aa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/desktop/normal/regression/issue_654.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { test, expect } from "@playwright/test";
import { Helioviewer } from "../../../page_objects/helioviewer";
import * as fs from "fs";

import https from "https";
import * as https from "https";

/**
* This test is a regression test for proving issue 654 is fixed for the given helioviewer
Expand Down

0 comments on commit 683aa01

Please sign in to comment.