Skip to content

Commit

Permalink
Use camelCase for the 'mode' value.
Browse files Browse the repository at this point in the history
  • Loading branch information
javifernandez committed Sep 28, 2023
1 parent 99c95ef commit 07c4e76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script>
'use strict';
promise_setup(async () => {
await test_driver.set_rph_registration_mode("autoaccept");
await test_driver.set_rph_registration_mode("autoAccept");
await test_driver.bless('handler registration');
register();
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script>
'use strict';
promise_setup(async () => {
await test_driver.set_rph_registration_mode("autoaccept");
await test_driver.set_rph_registration_mode("autoAccept");
await test_driver.bless('handler registration');
register();
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script>
'use strict';
promise_setup(async () => {
await test_driver.set_rph_registration_mode("autoaccept");
await test_driver.set_rph_registration_mode("autoAccept");
await test_driver.bless('handler registration');
register();
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script>
'use strict';
promise_setup(async () => {
await test_driver.set_rph_registration_mode("autoaccept");
await test_driver.set_rph_registration_mode("autoAccept");
await test_driver.bless('handler registration');
register();
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script>
'use strict';
promise_setup(async () => {
await test_driver.set_rph_registration_mode("autoaccept");
await test_driver.set_rph_registration_mode("autoAccept");
await test_driver.bless('handler registration');
register();
});
Expand Down

0 comments on commit 07c4e76

Please sign in to comment.