Skip to content

Commit

Permalink
Fix type.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Dec 11, 2023
1 parent dd75c1a commit 7d6a14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server_manager/electron_and_karma_chromium.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {config} from './package.json';

describe('Karma', () => {
it('uses the correct Chromium version', async (done) => {
const electronChromiumVersionInfo = <{chromium_base_position?: string}>(
const electronChromiumVersionInfo = <{chromium_main_branch_position?: string}>(
await (
await fetch(
`https://chromiumdash.appspot.com/fetch_version?version=${electronToChromium(
Expand Down

0 comments on commit 7d6a14f

Please sign in to comment.