node fixtures: Add timestamps for muted topics.

This commit is contained in:
Steve Howell 2020-08-06 18:45:39 +00:00 committed by Tim Abbott
parent f8a0a3a87e
commit 0825df76d9
1 changed files with 2 additions and 2 deletions

View File

@ -156,8 +156,8 @@ exports.fixtures = {
muted_topics: {
type: "muted_topics",
muted_topics: [
["devel", "js"],
["lunch", "burritos"],
["devel", "js", fake_then],
["lunch", "burritos", fake_now],
],
},