Fix test.

This commit is contained in:
Jordan Janzen
2018-05-29 17:25:02 -07:00
parent 98fcd1ae6e
commit 8b3949c374
+3 -2
View File
@@ -2,8 +2,9 @@ import * as rebase from "re-base";
const database = {};
const base = rebase.createClass(database);
const bar = {};
const _ref = base.syncState("foo", {
context: "bar",
state: "baz"
context: bar,
state: "foo"
});