Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
framitdavid committed Jan 9, 2025
1 parent 698e334 commit 29c8438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/tests/Designer.Tests/Services/UserServiceTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using Altinn.Studio.Designer.Services.Implementation;
using Altinn.Studio.Designer.RepositoryClient.Model;
using Altinn.Studio.Designer.Services.Implementation;
using Altinn.Studio.Designer.Services.Interfaces;
using Microsoft.AspNetCore.Http;
using Moq;
Expand All @@ -23,8 +23,8 @@ public UserServiceTests()
}

[Theory]
[InlineData( "org1", false)]
[InlineData( "org2", true)]
[InlineData("org1", false)]
[InlineData("org2", true)]
public async Task GetUserRepositoryPermission_ReturnsCorrectPermission(string org, bool expectedCanCreate)
{
var teams = new List<Team>
Expand Down

0 comments on commit 29c8438

Please sign in to comment.