Skip to content

Commit 6d62971

Browse files
Update BTCPayServer.Plugins.IntegrationTests/Monero/MoneroPluginIntegrationTest.cs
Co-authored-by: napoly <napolytan@protonmail.com>
1 parent d68e832 commit 6d62971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BTCPayServer.Plugins.IntegrationTests/Monero/MoneroPluginIntegrationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ await CreateWalletViaForm(
203203
var copyButton = s.Page.Locator("button[data-clipboard].clipboard-button");
204204
var moneroAddress = await copyButton.GetAttributeAsync("data-clipboard");
205205
Assert.NotNull(moneroAddress);
206-
Assert.True(moneroAddress.StartsWith("8"), $"Expected Monero address to start with 8, but got: {moneroAddress}");
206+
Assert.True(moneroAddress.StartsWith('8'), $"Expected Monero address to start with 8, but got: {moneroAddress}");
207207

208208
await s.GoToStore(s.StoreId);
209209
await s.Page.Locator("a.nav-link[href*='monerolike/XMR']").ClickAsync();

0 commit comments

Comments
 (0)