Skip to content

Commit

Permalink
[CB-4061] Fix copy-pasted spec id in file tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Jul 4, 2013
1 parent f9333c0 commit 9817938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/tests/file.tests.js
Expand Up @@ -3101,7 +3101,7 @@ describe('File API', function() {
});

describe('FileWriter', function(){
it("file.spec.81 should have correct methods", function() {
it("file.spec.95 should have correct methods", function() {
// retrieve a FileWriter object
var fileName = "writer.methods",
fail = createFail('FileWriter'),
Expand Down

0 comments on commit 9817938

Please sign in to comment.