Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT committed Jul 19, 2016
1 parent 7dc9cfa commit a56fa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/set.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test('Set tests', t => {
}
sst.end();
});
st.test('Use keyParser', sst => {
st.test('Use parser', sst => {
const items: number[] = [1, 2, 3, 4];
sst.plan(3 + 2 * items.length);
const set = SerializableSet.fromJSON<KeyTest>(items, { parser: keyParser });
Expand Down

0 comments on commit a56fa47

Please sign in to comment.