diff options
| author | Mason Reed <mason@vector35.com> | 2025-06-27 10:28:23 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-07-02 01:56:54 -0400 |
| commit | ec8dfdbb6f291d281c48139dd65e659fe1208bf3 (patch) | |
| tree | 8ffd8e9ee7e0d7f7bb943a7f194bf7767ecf5ea8 /rust/tests/initialization.rs | |
| parent | 6662b774b37840380c2e2274a4ca01680b72ba90 (diff) | |
[Rust] Fixup some unit tests
Diffstat (limited to 'rust/tests/initialization.rs')
| -rw-r--r-- | rust/tests/initialization.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/tests/initialization.rs b/rust/tests/initialization.rs index 00063215..69c0c191 100644 --- a/rust/tests/initialization.rs +++ b/rust/tests/initialization.rs @@ -14,7 +14,7 @@ fn test_license_validation() { // Release the floating license if we already have one, otherwise the failure will succeed. release_license(true); // Make sure we properly report invalid license. - let options = InitializationOptions::default() + let options = InitializationOptions::new() .with_license_checkout(false) .with_license("blah blag"); match init_with_opts(options) { |
