Skip to content

Commit

Permalink
neo4j-2 indexes: rename legacyindex test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpacker committed Dec 1, 2013
1 parent 1be4826 commit e2a8678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/legacyindex.js
Expand Up @@ -7,7 +7,7 @@ var db = require('../')(testDatabase.url);
var assert = require('assert');
var async = require('async');

describe('seraph.index', function() {
describe('seraph.legacyindex', function() {
it('should create an index with inferred type', function(done) {
db.legacyindex.create(uniqn(), function(err) {
assert.ok(!err);
Expand Down

0 comments on commit e2a8678

Please sign in to comment.