mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-04 11:05:53 +00:00
12 lines
No EOL
346 B
Rust
12 lines
No EOL
346 B
Rust
// Keychain integration tests are currently disabled as they require
|
|
// refactoring to work with the current architecture.
|
|
// The KeychainManager API needs to be updated for async usage.
|
|
|
|
#[cfg(test)]
|
|
mod tests {
|
|
#[test]
|
|
fn test_placeholder() {
|
|
// Placeholder test to keep the test file valid
|
|
assert_eq!(3 + 3, 6);
|
|
}
|
|
} |