From 323fe1c1ac0bb93a2e46491790d48fa25c9a40b8 Mon Sep 17 00:00:00 2001 From: Sam Muhammed Date: Sat, 12 Feb 2022 19:53:00 +0200 Subject: [PATCH] nfs3/records: Fix typo Fix response_lookup unittest name --- rust/src/nfs/nfs3_records.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/src/nfs/nfs3_records.rs b/rust/src/nfs/nfs3_records.rs index 2e6421a951..6486dd05f0 100644 --- a/rust/src/nfs/nfs3_records.rs +++ b/rust/src/nfs/nfs3_records.rs @@ -437,7 +437,7 @@ mod tests { } #[test] - fn test_nfs2_response_lookup() { + fn test_nfs3_response_lookup() { #[rustfmt::skip] let buf: &[u8] = &[ 0x00, 0x00, 0x00, 0x00, /*Status: NFS3_OK (0)*/ -- 2.47.2