Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Constance <constancecchen@users.noreply.github.com>
  • Loading branch information
JasonStoltz and Constance authored Sep 21, 2020
1 parent 18dd7ef commit 844f6e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ describe('CredentialsLogic', () => {
};

describe('apiTokens', () => {
it('should set', () => {
it('should be set', () => {
mount();
CredentialsLogic.actions.setCredentialsData(meta, [newToken, newToken]);
expect(CredentialsLogic.values.apiTokens).toEqual([newToken, newToken]);
Expand Down

0 comments on commit 844f6e2

Please sign in to comment.