tests: script-number, not script
This commit is contained in:
parent
9f8b8c71dd
commit
87f0d33a01
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ var assert = require('assert')
|
|||
var scriptNumber = require('../src/script_number')
|
||||
var fixtures = require('./fixtures/script_number.json')
|
||||
|
||||
describe('script', function () {
|
||||
describe('script-number', function () {
|
||||
describe('decode', function () {
|
||||
fixtures.forEach(function (f) {
|
||||
it(f.hex + ' returns ' + f.number, function () {
|
||||
|
|
Loading…
Reference in a new issue