Skip to content

Commit

Permalink
Continuing test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
beaugunderson committed Mar 21, 2012
1 parent 3c1c484 commit 06d9f54
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ipv6-addresses-test.js → test/address-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ function loadJsonBatch(file, classes) {
});
}

loadJsonBatch('test/ipv6-good.json', ['valid']);
loadJsonBatch('test/ipv6-bad.json', ['invalid']);
loadJsonBatch('test/data/good-addresses.json', ['valid']);
loadJsonBatch('test/data/bad-addresses.json', ['invalid']);
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 06d9f54

Please sign in to comment.