From 871a22eaf4b8fce71fb616ca909a0f2b46802716 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Tue, 28 Jan 2020 12:32:35 +0000 Subject: Fix inconsistent test module naming --- alacritty_terminal/src/grid/storage.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alacritty_terminal/src/grid/storage.rs') diff --git a/alacritty_terminal/src/grid/storage.rs b/alacritty_terminal/src/grid/storage.rs index 145e302b..8a5c93cb 100644 --- a/alacritty_terminal/src/grid/storage.rs +++ b/alacritty_terminal/src/grid/storage.rs @@ -288,7 +288,7 @@ impl IndexMut for Storage { } #[cfg(test)] -mod test { +mod tests { use crate::grid::row::Row; use crate::grid::storage::{Storage, MAX_CACHE_SIZE}; use crate::grid::GridCell; -- cgit v1.2.3-54-g00ecf