sweep+lntest: fix typos

This commit is contained in:
Thabokani
2023-12-30 19:46:35 +08:00
parent 4d8fa349ca
commit 55072bfd5e
4 changed files with 4 additions and 4 deletions

View File

@ -2420,7 +2420,7 @@ func TestClusterByLockTime(t *testing.T) {
remainingInputs,
)
// Assert the mocked methods are called as expeceted.
// Assert the mocked methods are called as expected.
input1LockTime1.AssertExpectations(t)
input2LockTime1.AssertExpectations(t)
input3LockTime2.AssertExpectations(t)