Skip to content

Commit bd43bfa

Browse files
committed
This link rightfully changed
1 parent 8a6d419 commit bd43bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/graphql-docs/generator_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_that_setting_base_url_works
8888
assert_match %r{<link rel="stylesheet" href="wowzers/assets/style.css">}, contents
8989

9090
contents = File.read File.join(@output_dir, 'object', 'repository', 'index.html')
91-
assert_match %r{href="wowzers/object/mutation" class="sidebar-link">}, contents
91+
assert_match %r{href="wowzers/object/repository/"}, contents
9292
end
9393

9494
def test_that_custom_renderer_can_be_used

0 commit comments

Comments
 (0)