Skip to content

Commit

Permalink
refactor(feed): make tests module consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Apr 20, 2024
1 parent 7503ae0 commit 5b85455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/synd_feed/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ mod link {
}

#[cfg(test)]
mod test {
mod tests {
use super::*;

#[test]
Expand Down

0 comments on commit 5b85455

Please sign in to comment.