Merge pull request 'fix-#28' (#98) from fix-#28 into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #98
pull/100/head
Alexis Drai 3 years ago
commit cc492550e6

@ -1,5 +1,7 @@
using Data;
using Model;
using Model.Dice;
using Model.Dice.Faces;
using Model.Games;
using Model.Players;
using System;
@ -11,11 +13,7 @@ namespace Tests.Model_UTs
{
public class GameRunnerTest
{
private readonly GameRunner stubGameRunner;
public GameRunnerTest()
{
stubGameRunner = new Stub().LoadApp();
}
private readonly GameRunner stubGameRunner = new Stub().LoadApp();
[Fact]
public void TestConstructorWhenNoGamesThenNewIEnumerable()

Loading…
Cancel
Save