Skip to content

Commit 4a7c376

Browse files
committed
Update test
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent 2469fd1 commit 4a7c376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit-tests/SupportedBrowser-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describe("SupportedBrowser", () => {
7676
// Latest Firefox on Linux
7777
"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0",
7878
// Latest Chrome on Windows
79-
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36",
79+
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36",
8080
])("should not warn for supported browsers", testUserAgentFactory());
8181

8282
it.each([

0 commit comments

Comments
 (0)