Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed Oct 24, 2024
1 parent 771099b commit f2a5cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/api/devcycle_api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
# @return [Variable]
describe 'get_variable_by_key test' do
it 'should work' do
result = @api_instance.variable(@user, "ruby-example-tests", false)
result = @api_instance.variable(@user, "test", false)
expect(result.isDefaulted).to eq false
expect(result.value).to eq true

result = @api_instance.variable_value(@user, "ruby-example-tests", true)
result = @api_instance.variable_value(@user, "test", true)
expect(result).to eq true
end
end
Expand Down

0 comments on commit f2a5cbb

Please sign in to comment.