remove extra attribute

This commit is contained in:
yggverse 2024-12-14 06:20:57 +02:00
parent f050bd5c01
commit 12a0d8f3bf

View File

@ -1,4 +1,3 @@
#[cfg(test)]
#[test] #[test]
fn strip_prefix() { fn strip_prefix() {
assert_eq!(super::strip_prefix("source:gemini".into()), "gemini"); assert_eq!(super::strip_prefix("source:gemini".into()), "gemini");