Skip to content

Commit

Permalink
Fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
MercurialPony committed Dec 3, 2023
1 parent a81089a commit 40de960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Izzy-MoonbotTests/Tests/ConfigCommandTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ public async Task ConfigCommand_EditEveryItemAsync()
context = await client.AddMessageAsync(guild.Id, generalChannel.Id, sunny.Id, "post .config MonitoringEnabled false");
await ConfigCommand.TestableConfigCommandAsync(context, cfg, cd, "MonitoringEnabled", "false");
Assert.AreEqual(cfg.MonitoringEnabled, false);
Assert.AreEqual("I've set `MonitoringEnabled` to the following content: false", generalChannel.Messages.Last().Content);
Assert.AreEqual("I've set `MonitoringEnabled` to the following content: False", generalChannel.Messages.Last().Content);

// post .config MonitoringChannel <#2>
Assert.AreEqual(cfg.MonitoringChannel, 0ul);
Expand Down

0 comments on commit 40de960

Please sign in to comment.