changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/krypt/src/tests.rs

changeset 189: 3d78bed56188
parent: 55fbe0e45b62
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 02 Feb 2024 19:47:03 -0500
permissions: -rw-r--r--
description: apply clippy fixes
1 use super::*;
2 
3 #[test]
4 fn keyutils_default() {
5  ks::default_ks().unwrap();
6  ks::join_ks("test_krypt").unwrap();
7 }