Skip to content

Commit 20f6c24

Browse files
authored
Update expandGraph.test.js
1 parent fac3dd1 commit 20f6c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/e2etests/expandGraph.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ beforeAll(async () => {
3333

3434
afterAll(async () => browser && (await browser.close()));
3535

36-
// Test for https://github.com/dgraph-io/ratel/issues/93
36+
// Test for https://github.com/hypermodeinc/ratel/issues/93
3737
test("Clicking <Show remaining X nodes> must update the graph", async () => {
3838
// Insert test nodes.
3939
const N = 678;

0 commit comments

Comments
 (0)