Skip to content

Commit 2afc81b

Browse files
codding-yyanpengju
and
yanpengju
authored
fix: update using (#99)
Co-authored-by: yanpengju <yanpengju@masastack.com>
1 parent b6900c7 commit 2afc81b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/Masa.Contrib.BasicAbility.Dcc.Tests/Masa.Contrib.BasicAbility.Dcc.Tests/LabelServiceTest.cs

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) MASA Stack All rights reserved.
22
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

4-
using Masa.BuildingBlocks.BasicAbility.Dcc.Model;
5-
64
namespace Masa.Contrib.BasicAbility.Dcc.Tests;
75

86
[TestClass]

test/Masa.Contrib.BasicAbility.Dcc.Tests/Masa.Contrib.BasicAbility.Dcc.Tests/Usings.cs test/Masa.Contrib.BasicAbility.Dcc.Tests/Masa.Contrib.BasicAbility.Dcc.Tests/_Imports.cs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

44
global using Masa.BuildingBlocks.BasicAbility.Dcc;
5+
global using Masa.BuildingBlocks.BasicAbility.Dcc.Model;
56
global using Masa.Utils.Caching.Core.Interfaces;
67
global using Masa.Utils.Caching.Redis.Models;
78
global using Masa.Utils.Configuration.Json;

0 commit comments

Comments
 (0)