Skip to content

Commit

Permalink
modify: deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-zhaolei committed Dec 14, 2024
1 parent d0516bc commit 30cc3cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/CAServer.Application.Tests/ChainInfo/ChainInfoTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ public async Task Update_ChainId_Not_Match_Test()

var newChainName = "ChangedName";
chainInfo.ChainName = newChainName;

var result = await _chainsService.UpdateAsync("newChainId", chainInfo);
}
catch (Exception e)
Expand Down

0 comments on commit 30cc3cd

Please sign in to comment.