Skip to content

Commit

Permalink
aw-datastore: Make reload test force commit
Browse files Browse the repository at this point in the history
Might fix blinking test
  • Loading branch information
johan-bjareholt committed Mar 28, 2020
1 parent 17dff67 commit 34d2dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aw-datastore/tests/datastore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ mod datastore_tests {
buckets[&populated_bucket.id].metadata.end,
Some(e1.timestamp)
);
ds.force_commit().unwrap();
}
{
// Load database again
Expand Down

0 comments on commit 34d2dec

Please sign in to comment.