Created
July 17, 2019 19:47
-
-
Save eraserhd/5a002c676c8ca6b7a9ad7eb6d2744a3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 1611a26b2af09d218a909b4a9af52bf477df9600 | |
Author: Jason Felice <[email protected]> | |
Date: Wed Jul 17 15:46:13 2019 -0400 | |
ifx ypto "accpets" | |
diff --git a/test/test_EducationalOrganization.js b/test/test_EducationalOrganization.js | |
index c08ab3b..53adafc 100644 | |
--- a/test/test_EducationalOrganization.js | |
+++ b/test/test_EducationalOrganization.js | |
@@ -15,7 +15,7 @@ describe('EducationalOrganization', () => { | |
describe('.type', () => { | |
it('accepts SCHOOL', () => accepts({type: 'SCHOOL'})); | |
it('accepts UNIVERSITY', () => accepts({type: 'UNIVERSITY'})); | |
- it('accpets UNIVERSITY_SYSTEM', () => accepts({type: 'UNIVERSITY_SYSTEM'})); | |
+ it('accepts UNIVERSITY_SYSTEM', () => accepts({type: 'UNIVERSITY_SYSTEM'})); | |
it('rejects unknown values', () => rejects({type: 'INVALID'})); | |
}); | |
describe('.name', () => { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment