Fix module name of trace tests

This commit is contained in:
Anton Khorev 2024-03-28 08:42:01 +03:00
parent 99bed16f9a
commit a01fbed6d9
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
require "test_helper"
module Api
module Traces
class IconsControllerTest < ActionDispatch::IntegrationTest
##
# test all routes which lead to this controller

View file

@ -1,6 +1,6 @@
require "test_helper"
module Api
module Traces
class PicturesControllerTest < ActionDispatch::IntegrationTest
##
# test all routes which lead to this controller