Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 869c55a

Browse files
committed
Fix naming issue
1 parent 6007a67 commit 869c55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parser_api_body_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var should = require('should');
1010
// lib modules
1111
var parser = require('../lib/parsers/api_body');
1212

13-
describe('Parser: apiParam', function() {
13+
describe('Parser: apiBody', function() {
1414

1515
// TODO: Add 1.000 more possible cases ;-)
1616
var testCases = [

0 commit comments

Comments
 (0)