summaryrefslogtreecommitdiff
path: root/rust/tests/initialization.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/tests/initialization.rs')
-rw-r--r--rust/tests/initialization.rs2
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) {