]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
nfs3/records: Fix typo 7349/head
authorSam Muhammed <ghostinthehive.vx@gmail.com>
Sat, 12 Feb 2022 17:53:00 +0000 (19:53 +0200)
committerVictor Julien <vjulien@oisf.net>
Sat, 30 Apr 2022 06:27:28 +0000 (08:27 +0200)
Fix response_lookup unittest name

rust/src/nfs/nfs3_records.rs

index 2e6421a951d646466ecfd9ba9fd7360a8df75f42..6486dd05f0e4492fcad92b084626132c05b413de 100644 (file)
@@ -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)*/