Skip to content

Commit

Permalink
Merge pull request #2324 from greymistcube/bump/lib9c
Browse files Browse the repository at this point in the history
⬆️ Bump lib9c to d7c3bfdc
  • Loading branch information
greymistcube authored Nov 24, 2023
2 parents 16f0d7d + db1794f commit 7e47db5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lib9c
Submodule Lib9c updated 183 files
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ public async Task GetTx()
Assert.Equal(tx.Timestamp, transaction.Timestamp);
Assert.Equal(tx.UpdatedAddresses, transaction.UpdatedAddresses);

var plainValue = ToAction(tx.Actions!.First()).PlainValue.Inspect(true);
Assert.Equal(ToAction(transaction.Actions!.First()).PlainValue.Inspect(true), plainValue);
var plainValue = ToAction(tx.Actions!.First()).PlainValue.Inspect();
Assert.Equal(ToAction(transaction.Actions!.First()).PlainValue.Inspect(), plainValue);
}

[Theory]
Expand Down

0 comments on commit 7e47db5

Please sign in to comment.