Skip to content

Commit f95dbb5

Browse files
author
Brielle Harrison
committed
Symbol Support Test Description String Fix
1 parent c06eb6a commit f95dbb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jsutils/__tests__/symbolSupport-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('symbolSupportTests', () => {
1717
process.version,
1818
);
1919

20-
it('should have Symbol in scope if the version >= 0.12.18', () => {
20+
it('should have Symbol in scope if the version >= 4.9.1', () => {
2121
expect(major >= 4).to.equal(true);
2222

2323
if (major === 4) {
@@ -31,7 +31,7 @@ describe('symbolSupportTests', () => {
3131
expect(hasSymbolSupport()).to.equal(true);
3232
});
3333

34-
it('should have Symbol in scope if the version >= 0.12.18', () => {
34+
it('should have Symbol in scope if the version >= 6.4.0', () => {
3535
expect(major >= 6).to.equal(true);
3636

3737
if (major === 6) {

0 commit comments

Comments
 (0)