Skip to content

Commit

Permalink
Rename citrine references to rbjs
Browse files Browse the repository at this point in the history
  • Loading branch information
arnellebalane committed Jan 28, 2019
1 parent cca92e4 commit 32e0f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test('non-function properties return the correct values', t => {
});

test('custom methods are chainable', t => {
const proxied = citrine([
const proxied = rbjs([
[1, 2, 3],
[4, 5, 6]
], 4);
Expand Down

0 comments on commit 32e0f52

Please sign in to comment.