Browse Source

Fix tests.

pull/722/head
Sebastian 5 years ago
parent
commit
1ca54e0cec
  1. 2
      backend/tools/TestSuite/TestSuite.ApiTests/AppTests.cs

2
backend/tools/TestSuite/TestSuite.ApiTests/AppTests.cs

@ -224,7 +224,7 @@ namespace TestSuite.ApiTests
// Should return role with correct number of users and clients.
Assert.Equal(1, role_3.NumClients);
Assert.Equal(2, role_3.NumContributors);
Assert.Equal(1, role_3.NumContributors);
// STEP 4: Try to delete role.

Loading…
Cancel
Save