Skip to content

Commit

Permalink
Update spec for department to include timezonename
Browse files Browse the repository at this point in the history
  • Loading branch information
nagirrab committed May 10, 2024
1 parent 5ec20b6 commit bbb6eb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/lib/department_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'ecommercecreditcardtypes': ['AX', 'DS', 'MC', 'VI'],
'zip': '12020',
'communicatorbrandid': '1',
'timezonename': 'America/New_York',
'providerlist': ['1', '2']
}
end
Expand Down Expand Up @@ -61,6 +62,7 @@
ecommercecreditcardtypes: ['AX', 'DS', 'MC', 'VI'],
zip: '12020',
communicatorbrandid: 1,
timezonename: 'America/New_York',
providerlist: ['1', '2']
)
end
Expand Down

0 comments on commit bbb6eb5

Please sign in to comment.