1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Properly qualify namespace (#1328)

This commit is contained in:
Justin Baur
2021-05-13 18:06:16 -04:00
committed by GitHub
parent 0e1ab99e25
commit b3ccc652f4
4 changed files with 27 additions and 26 deletions

View File

@ -1,5 +1,6 @@
using System;
using System.Threading.Tasks;
using Bit.Core.Models.Table;
using Bit.Core.Repositories;
using Bit.Core.Services;
using NSubstitute;
@ -18,7 +19,7 @@ namespace Bit.Core.Test.Services
var id = Guid.NewGuid();
var userId = Guid.NewGuid();
var device = new Models.Table.Device
var device = new Device
{
Id = id,
Name = "test device",