Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rxup committed Apr 24, 2024
1 parent dd3acc3 commit 02d0413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public async Task TryStopNukeOpsFromConstantlyFailing()
var factionSys = server.System<NpcFactionSystem>();

Assert.That(server.CfgMan.GetCVar(CCVars.GridFill), Is.False);
server.CfgMan.SetCVar(CCVars.GridFill, true);
await server.WaitPost(()=>server.CfgMan.SetCVar(CCVars.GridFill, true));

// Initially in the lobby
Assert.That(ticker.RunLevel, Is.EqualTo(GameRunLevel.PreRoundLobby));
Expand Down

0 comments on commit 02d0413

Please sign in to comment.