diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-28 12:32:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 12:32:35 +0000 |
commit | 871a22eaf4b8fce71fb616ca909a0f2b46802716 (patch) | |
tree | 569c03c0a4f03456d62352de69e56c35a6f710d3 /alacritty/src/url.rs | |
parent | 6b327b6f8f0f308ff8f46cdf551ce0d0f3eda60b (diff) | |
download | r-alacritty-871a22eaf4b8fce71fb616ca909a0f2b46802716.tar.gz r-alacritty-871a22eaf4b8fce71fb616ca909a0f2b46802716.tar.bz2 r-alacritty-871a22eaf4b8fce71fb616ca909a0f2b46802716.zip |
Fix inconsistent test module naming
Diffstat (limited to 'alacritty/src/url.rs')
-rw-r--r-- | alacritty/src/url.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/src/url.rs b/alacritty/src/url.rs index 4c5aed2a..1840c22c 100644 --- a/alacritty/src/url.rs +++ b/alacritty/src/url.rs @@ -188,7 +188,7 @@ impl Urls { } #[cfg(test)] -mod test { +mod tests { use super::*; use alacritty_terminal::index::{Column, Line}; |