uppercase conflict

This commit is contained in:
Jordi Baylina
2018-09-09 14:07:28 +02:00
parent 5177e17037
commit 035ea22122
6 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
const chai = require("chai");
const bigInt = require("../src/bigint.js");
const BN128 = require("../src/BN128.js");
const BN128 = require("../src/bn128.js");
const F1Field = require("../src/zqfield.js");
const assert = chai.assert;