Skip to content

Commit a3ba334

Browse files
authored
test: set expError for fake acknowledgement test case (#8190)
1 parent bc5b93e commit a3ba334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/core/04-channel/keeper/packet_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ func (suite *KeeperTestSuite) TestAcknowledgePacket() {
699699
{
700700
"fake acknowledgement",
701701
func() {
702+
expError = types.ErrInvalidAcknowledgement
702703
// setup uses an UNORDERED channel
703704
suite.coordinator.Setup(path)
704705

0 commit comments

Comments
 (0)