Skip to content

Commit 1af00a0

Browse files
committed
test
1 parent ab40545 commit 1af00a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/embeds/GoogleDrive.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe("GoogleDrive", () => {
3131
"https://drive.google.com/file/d/1ohkOgmE8MiNx68u6ynBfYkgjeKu_x3ZK/view?usp=restricted".match(
3232
match
3333
)
34-
).toBeTruthy();
34+
).toBe(null);
3535
expect("https://drive.google.com/file".match(match)).toBe(null);
3636
expect("https://drive.google.com".match(match)).toBe(null);
3737
expect("https://www.google.com".match(match)).toBe(null);

0 commit comments

Comments
 (0)