Skip to content

Commit

Permalink
PR(FIX): Update test because collection id changed
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Oct 19, 2023
1 parent 3ad518e commit e21a373
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ func TestP2PSubscribeAddGetMultiple(t *testing.T) {
testUtils.RandomNetworkingConfig(),
testUtils.SchemaUpdate{
Schema: `
type Users {
type Bears {
name: String
}
type Giraffes {
type Users {
name: String
}
type Bears {
type Giraffes {
name: String
}
`,
Expand Down

0 comments on commit e21a373

Please sign in to comment.