fix test
This commit is contained in:
parent
99b3722ed3
commit
884b53b8b2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ describe("Time splitter", () => {
|
|||
{
|
||||
const name = "2m@p";
|
||||
test(name, () => {
|
||||
expect(splitTime(name)).toStrictEqual({ option: OptionReminder.Mention, time: "2m" });
|
||||
expect(splitTime(name)).toStrictEqual({ option: OptionReminder.DirectMessage, time: "2m" });
|
||||
});
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue