Fix typo in a test: python_policy->close not python_io->close
This commit is contained in:
@@ -764,7 +764,7 @@ check_policy_plugin_callbacks_are_optional(void)
|
||||
VERIFY_PTR(python_policy->init_session, NULL);
|
||||
VERIFY_PTR(python_policy->show_version, NULL);
|
||||
|
||||
python_io->close(0, 0);
|
||||
python_policy->close(0, 0);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user