Fixed the easysync test
parent
324e4a0528
commit
e44b41f4a3
|
@ -20,8 +20,8 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Changeset = require('./Changeset');
|
var Changeset = require('./utils/Changeset');
|
||||||
var AttributePoolFactory = require("./AttributePoolFactory");
|
var AttributePoolFactory = require("./utils/AttributePoolFactory");
|
||||||
|
|
||||||
function random() {
|
function random() {
|
||||||
this.nextInt = function (maxValue) {
|
this.nextInt = function (maxValue) {
|
||||||
|
|
Loading…
Reference in New Issue