Skip to content

Commit

Permalink
Merge pull request #34 from percipia/tests
Browse files Browse the repository at this point in the history
Test fix
  • Loading branch information
mkravos authored Jun 26, 2024
2 parents 3c2ae8a + af2abc9 commit 1584211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/call/hangup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ func TestHangup_BuildMessage(t *testing.T) {
UUID: "none",
Cause: "NORMAL_CLEARING",
}
assert.Equal(t, TestHangupMessage, hangup.BuildMessage())
assert.Equal(t, normalizeMessage(TestHangupMessage), normalizeMessage(hangup.BuildMessage()))
}

0 comments on commit 1584211

Please sign in to comment.