diff --git a/.Lib9c.Tests/AccountExtensions.cs b/.Lib9c.Tests/AccountExtensions.cs
index 5dd4c6efc7..cb0b71035e 100644
--- a/.Lib9c.Tests/AccountExtensions.cs
+++ b/.Lib9c.Tests/AccountExtensions.cs
@@ -32,6 +32,11 @@ public static class AccountExtensions
/// This can be very slow depending on the size of the state.
/// For test backward compatibility only. Should not be used in production.
///
+ /// The account to remove the value from.
+ /// The address of the value to remove.
+ ///
+ /// A new instance with the value removed.
+ ///
public static IAccount SetNull(this IAccount account, Address address)
{
var trie = MockState.Empty.Trie;