Navigation Menu

Skip to content

Commit

Permalink
Fix path to the fixture file
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 9, 2012
1 parent 6a7a107 commit 5b2b9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/gcs-commands.test.js
Expand Up @@ -620,7 +620,7 @@ suite('gcs-post-sdf', function() {
setup(commonSetup);
teardown(commonTeardown);

var fixturesDirectory = path.join(__dirname, 'fixtures', 'companies');
var fixturesDirectory = path.join(__dirname, 'fixture', 'companies');

function setupDomain() {
var domain = new Domain('companies', context);
Expand Down Expand Up @@ -706,7 +706,7 @@ suite('gcs-post-sdf', function() {
message:
'Processing: ' + batchFile + '\n' +
'Detected source format for ' +
'delete.sdf.json as json\n' +
'invalid.sdf.json as json\n' +
'Validation failed.\n' +
'invalidfield: The field "unknown1" is ' +
'unknown. (available: address,age,' +
Expand Down

0 comments on commit 5b2b9a7

Please sign in to comment.