Skip to content

Commit e1f136d

Browse files
committed
fix: tests
1 parent 54a0b74 commit e1f136d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msgfmt/msgfmt_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func TestRemoveUserInput(t *testing.T) {
188188
assert.NoError(t, err)
189189
expected, err := testdataDir.ReadFile(path.Join(dir, c.Name(), "expected.txt"))
190190
assert.NoError(t, err)
191-
assert.Equal(t, string(expected), RemoveUserInput(string(msg), string(userInput)))
191+
assert.Equal(t, string(expected), RemoveUserInput(string(msg), string(userInput), AgentTypeCustom))
192192
})
193193
}
194194
}

0 commit comments

Comments
 (0)