From a01fbed6d9aed1a9bcd009b75190995d54eb8e13 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Thu, 28 Mar 2024 08:42:01 +0300 Subject: [PATCH] Fix module name of trace tests --- test/controllers/traces/icons_controller_test.rb | 2 +- test/controllers/traces/pictures_controller_test.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/controllers/traces/icons_controller_test.rb b/test/controllers/traces/icons_controller_test.rb index 9d1c6ed9c..24786b3ac 100644 --- a/test/controllers/traces/icons_controller_test.rb +++ b/test/controllers/traces/icons_controller_test.rb @@ -1,6 +1,6 @@ require "test_helper" -module Api +module Traces class IconsControllerTest < ActionDispatch::IntegrationTest ## # test all routes which lead to this controller diff --git a/test/controllers/traces/pictures_controller_test.rb b/test/controllers/traces/pictures_controller_test.rb index 3bc531cbe..af203394e 100644 --- a/test/controllers/traces/pictures_controller_test.rb +++ b/test/controllers/traces/pictures_controller_test.rb @@ -1,6 +1,6 @@ require "test_helper" -module Api +module Traces class PicturesControllerTest < ActionDispatch::IntegrationTest ## # test all routes which lead to this controller -- 2.39.5