node tests: Use zrequire in pm_conversations.js.

This commit is contained in:
Steve Howell 2017-11-08 11:36:50 -08:00 committed by Tim Abbott
parent 99695da799
commit 34bddd26d8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
var pmc = require('js/pm_conversations.js');
var pmc = zrequire('pm_conversations');
(function test_partners() {
var user1_id = 1;