Skip to content

Commit cd0bb1f

Browse files
sam-gcyuchenshi
andauthored
Update packages-exp/auth-exp/test/integration/webdriver/util/test_runner.ts
Co-authored-by: Yuchen Shi <[email protected]>
1 parent fe10552 commit cd0bb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-exp/test/integration/webdriver/util/test_runner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { AuthDriver } from './auth_driver';
3131
*/
3232

3333
interface TempSuite {
34-
generator: (driver: AuthDriver, browser?: string) => void;
34+
generator: (driver: AuthDriver, browser: string) => void;
3535
title: string;
3636
}
3737

0 commit comments

Comments
 (0)