diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-24 19:15:49 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-25 20:15:42 +0200 |
| commit | 9693daf7916ec3e9a3a5df032e7ff2e89c738efb (patch) | |
| tree | b47eab41be6e1d9f40d0e5be5ace11cc84a59644 /main/Test.hs | |
| parent | f2824ef200d165db41a0ff2d644264970c5778dc (diff) | |
Test: include both base and ext ref in create-identity-done message
Diffstat (limited to 'main/Test.hs')
| -rw-r--r-- | main/Test.hs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/main/Test.hs b/main/Test.hs index 01570ea..1e1546c 100644 --- a/main/Test.hs +++ b/main/Test.hs @@ -615,7 +615,11 @@ cmdCreateIdentity = do , lsOther = [] } initTestHead h - cmdOut $ unwords [ "create-identity-done", "ref", show $ refDigest $ storedRef $ lsIdentity $ headObject h ] + cmdOut $ unwords + [ "create-identity-done" + , "ref", show $ refDigest $ storedRef $ eiddStoredBase $ lsIdentity $ headObject h + , "extref", show $ refDigest $ storedRef $ lsIdentity $ headObject h + ] cmdIdentityInfo :: Command cmdIdentityInfo = do |