diff --git a/fullcalendar/fullCalendar-tests.ts b/fullcalendar/fullCalendar-tests.ts
index d82ca580c7..ad5404fd46 100644
--- a/fullcalendar/fullCalendar-tests.ts
+++ b/fullcalendar/fullCalendar-tests.ts
@@ -1,7 +1,7 @@
///
///
-import * as FullCalendar from 'fullCalendar';
+import * as FullCalendar from 'fullcalendar';
import * as moment from 'moment';
// All examples from http://arshaw.com/fullcalendar/docs/
diff --git a/jsonstream/JSONStream-tests.ts b/jsonstream/JSONStream-tests.ts
index 00884c8857..d42ab0d845 100644
--- a/jsonstream/JSONStream-tests.ts
+++ b/jsonstream/JSONStream-tests.ts
@@ -1,5 +1,5 @@
-import json = require('JSONStream');
+import json = require('jsonstream');
var read: NodeJS.ReadableStream;
var write: NodeJS.WritableStream;