This commit is contained in:
20
e2e/rust/tests/validator_management_test.rs
generated
Normal file
20
e2e/rust/tests/validator_management_test.rs
generated
Normal file
@@ -0,0 +1,20 @@
|
||||
// This file is auto-generated by alef — DO NOT EDIT.
|
||||
// alef:hash:4e15143f4af1ae8bafbdb1506ef057da924484c66a19483966333558ad437e75
|
||||
// To regenerate: alef generate
|
||||
// To verify freshness: alef verify --exit-code
|
||||
// Issues & docs: https://github.com/kreuzberg-dev/alef
|
||||
//! E2e tests for category: validator_management
|
||||
|
||||
use kreuzberg::{clear_validators, list_validators};
|
||||
|
||||
#[test]
|
||||
fn test_validators_clear() {
|
||||
// Clear all validators and verify list is empty
|
||||
let _ = clear_validators();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_validators_list() {
|
||||
// List all registered validators
|
||||
let _ = list_validators();
|
||||
}
|
||||
Reference in New Issue
Block a user