Merge assits::test_helpers and tests

This commit is contained in:
Aleksey Kladov 2020-05-06 10:16:55 +02:00
parent 30eb458b4f
commit 25e6bbde01
35 changed files with 172 additions and 180 deletions

View file

@ -95,7 +95,7 @@ pub(crate) fn add_custom_impl(ctx: AssistCtx) -> Option<Assist> {
#[cfg(test)]
mod tests {
use crate::helpers::{check_assist, check_assist_not_applicable};
use crate::tests::{check_assist, check_assist_not_applicable};
use super::*;