Skip to content

Commit

Permalink
used hexadecimal 6 that is 0x6.
Browse files Browse the repository at this point in the history
Signed-off-by: antima-gupta <agupta@msystechnologies.com>
  • Loading branch information
antima-gupta committed Apr 13, 2022
1 parent c9be2ec commit 7fc7143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def register_task
@current_task = @test_folder.RegisterTaskDefinition(
@task, # Name of the task
@task_definition, # Definition
6, # Flag: TASK_CREATE_OR_UPDATE
0x6, # Flag: TASK_CREATE_OR_UPDATE
nil, # UserId
nil, # Password
3
Expand Down

0 comments on commit 7fc7143

Please sign in to comment.