Skip to content

Commit

Permalink
WIP - Convert handful of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Oct 24, 2024
1 parent 7fa2e87 commit 2e59238
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/query/commits/simple_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ func TestQueryCommits(t *testing.T) {
Results: map[string]any{
"commits": []map[string]any{
{
"cid": "bafyreif6dqbkr7t37jcjfxxrjnxt7cspxzvs7qwlbtjca57cc663he4s7e",
"cid": testUtils.NewUniqueCid("name"),
},
{
"cid": "bafyreigtnj6ntulcilkmin4pgukjwv3nwglqpiiyddz3dyfexdbltze7sy",
"cid": testUtils.NewUniqueCid("age"),
},
{
"cid": "bafyreia2vlbfkcbyogdjzmbqcjneabwwwtw7ti2xbd7yor5mbu2sk4pcoy",
"cid": testUtils.NewUniqueCid("head"),
},
},
},
Expand Down

0 comments on commit 2e59238

Please sign in to comment.