Skip to content

Commit ab1306c

Browse files
authored
fix: flaky fig_integration test (#107)
1 parent 19c87d6 commit ab1306c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/fig_integrations/src/file.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ impl Integration for FileIntegration {
100100

101101
debug!(path =? self.path, "Writing file integrations");
102102
file.write_all(self.contents.as_bytes()).await?;
103+
file.flush().await?;
103104

104105
Ok(())
105106
}

0 commit comments

Comments
 (0)