Skip to content

Commit 23cb56e

Browse files
committed
Fix lint error
1 parent 0d5476e commit 23cb56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dummy/test/controllers/dashboard/subscriptions/topics_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_it_renders_empty_state_and_not_found_states
2121

2222
def test_it_lists_topics_and_shows_detail
2323
DummySchema.subscriptions.clear
24-
res1 = DummySchema.execute("subscription { message(channel: \"cats\") }")
24+
_res1 = DummySchema.execute("subscription { message(channel: \"cats\") }")
2525
res2 = DummySchema.execute("subscription { message(channel: \"dogs\") }")
2626
DummySchema.subscriptions.trigger(:message, { channel: "dogs"}, "Woof!")
2727
get graphql_dashboard.subscriptions_topics_path

0 commit comments

Comments
 (0)