Skip to content

Commit

Permalink
try random stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kshann committed Mar 26, 2024
1 parent a91830e commit 74eb759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UITests/FindInPageTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ private extension FindInPageTests {
let loremIpsumData = Data(loremIpsumHTML.utf8)

do {
try loremIpsumData.write(to: loremIpsumFileURL, options: [.noFileProtection ])
try loremIpsumData.write(to: loremIpsumFileURL, options: [.atomic, .noFileProtection ])
} catch {
XCTFail("It wasn't possible to write out the required local HTML file for the tests: \(error.localizedDescription)")
}
Expand Down

0 comments on commit 74eb759

Please sign in to comment.