-
Notifications
You must be signed in to change notification settings - Fork 997
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
71 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -257,7 +257,7 @@ fn create_test_entity( | |
seconds_age: age * 31557600, | ||
weight: Value::BigDecimal(weight.into()), | ||
coffee: coffee, | ||
favorite_color: favorite_color, | ||
favorite_color: favorite_color | ||
}; | ||
|
||
let entity_type = TEST_SUBGRAPH_SCHEMA.entity_type(entity_type).unwrap(); | ||
|
@@ -329,10 +329,9 @@ async fn check_graft( | |
|
||
// Make our own entries for block 2 | ||
shaq.set("email", "[email protected]").unwrap(); | ||
// shaq.set("vid", 5i64).unwrap(); | ||
let op = EntityOperation::Set { | ||
key: user_type.parse_key("3").unwrap(), | ||
data: EntityV::new(shaq, 5), | ||
data: EntityV::new(shaq, 3), | ||
}; | ||
transact_and_wait(&store, &deployment, BLOCKS[2].clone(), vec![op]) | ||
.await | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters