fix capitalization of round result tests
This commit is contained in:
parent
8a1140688e
commit
542af83a5a
@ -4,7 +4,7 @@ import { Team } from "/models/round.js";
|
|||||||
import RoundResult from "/models/round_result.js";
|
import RoundResult from "/models/round_result.js";
|
||||||
|
|
||||||
export default function() {
|
export default function() {
|
||||||
QUnit.module("RoundResult", function() {
|
QUnit.module("round_result", function() {
|
||||||
QUnit.test("regular construction", function(assert) {
|
QUnit.test("regular construction", function(assert) {
|
||||||
let rr = new RoundResult(2, Team.We);
|
let rr = new RoundResult(2, Team.We);
|
||||||
assert.strictEqual(rr.points, 2, "correct points");
|
assert.strictEqual(rr.points, 2, "correct points");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user