diff options
Diffstat (limited to 'rust/tests/initialization.rs')
| -rw-r--r-- | rust/tests/initialization.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/tests/initialization.rs b/rust/tests/initialization.rs index 9847a734..7ec52598 100644 --- a/rust/tests/initialization.rs +++ b/rust/tests/initialization.rs @@ -11,8 +11,8 @@ use binaryninja::set_license; #[test] fn test_license_validation() { - // Release floating license if we already have one, otherwise the failure will succeed. - release_license(); + // 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() .with_license_checkout(false) |
