From ec8dfdbb6f291d281c48139dd65e659fe1208bf3 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 27 Jun 2025 10:28:23 -0400 Subject: [Rust] Fixup some unit tests --- rust/tests/initialization.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/tests/initialization.rs') 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) { -- cgit v1.3.1