We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61907cc commit 2cf49a1Copy full SHA for 2cf49a1
1 file changed
spec/zammad_api/resources/ticket_state_spec.rb
@@ -156,7 +156,7 @@
156
expect(local_ticket_state.class).to eq(ZammadAPI::Resources::TicketState)
157
count += 1
158
}
159
- expect(count).to eq(8)
+ expect(count).to be >= 7
160
161
count = 0
162
ticket_states = client.ticket_state.all
@@ -174,7 +174,7 @@
174
175
176
177
178
end
179
180
it 'destroy' do
0 commit comments