fix: test case with wrong expectation

This commit is contained in:
dhruv 2022-10-16 01:34:53 +05:30
parent b3322e36ae
commit 5153df2dec

View File

@ -56,7 +56,7 @@ mod tests {
]); ]);
assert_eq!(output[0], "HELLO"); assert_eq!(output[0], "HELLO");
assert_eq!(output[1], "all roads lead to rome!"); assert_eq!(output[1], "all roads lead to rome!");
assert_eq!(output[2], "foobar"); assert_eq!(output[2], "foofoo");
assert_eq!(output[3], "barbarbarbarbarbar"); assert_eq!(output[3], "barbarbarbarbarbar");
} }
} }