Skip to content

Commit

Permalink
fixed bug in gds21 empty.json tests where tests would occasionally fa…
Browse files Browse the repository at this point in the history
…il due to threads using the same file
  • Loading branch information
nanobowers committed Jul 7, 2024
1 parent 483964f commit 07ee5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gds21/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ fn empty_lib_roundtrip() -> GdsResult<()> {
#[test]
fn empty_lib_to_json() -> GdsResult<()> {
let lib = empty_lib();
Json.save(&lib, &resource("empty.gds.json"))
Json.save(&lib, &resource("empty1.gds.json"))
.expect("save failed");
Ok(())
}
Expand Down

0 comments on commit 07ee5d2

Please # to comment.