Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
De Sik Min committed May 12, 2020
1 parent c259863 commit 96b0e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('Users', function () {
})

it('should create user event', function(done) {
client.users.postEvent(userId, {
client.users.createEvent(userId, {
event: 'TEST EVENT',
params: {
foo: 'bar',
Expand All @@ -81,7 +81,7 @@ describe('Users', function () {
})

it('should set user props', function(done) {
client.users.postProps(userId, {
client.users.setProps(userId, {
operations: [{
key: '$phone',
value: Date.now(),
Expand Down

0 comments on commit 96b0e90

Please sign in to comment.