Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Dec 4, 2023
1 parent 1f31f57 commit c69e2d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/common_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ def test_add_appium_prefix_already_have_appium_prefix
'nestedKey2' => 2
}
}
assert_equal expected, caps_with_appium.as_json # for testing
# for testing
assert_equal expected, caps_with_appium.as_json
end

def test_add_appium_prefix_has_no_parameter
Expand Down

0 comments on commit c69e2d9

Please sign in to comment.