From 967e21a8a1f16f72d5ccc20876374f85a2ebe600 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Fri, 3 Jan 2025 09:13:58 -0800 Subject: [PATCH] Removed double alias --- test/pinchflat/slow_indexing/file_follower_server_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pinchflat/slow_indexing/file_follower_server_test.exs b/test/pinchflat/slow_indexing/file_follower_server_test.exs index 4e9e33a5..66ac5204 100644 --- a/test/pinchflat/slow_indexing/file_follower_server_test.exs +++ b/test/pinchflat/slow_indexing/file_follower_server_test.exs @@ -1,7 +1,7 @@ defmodule Pinchflat.SlowIndexing.FileFollowerServerTest do use Pinchflat.DataCase - alias alias Pinchflat.Utils.FilesystemUtils + alias Pinchflat.Utils.FilesystemUtils alias Pinchflat.SlowIndexing.FileFollowerServer setup do