Skip to content

Commit

Permalink
Fix test wording
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Mar 15, 2023
1 parent a049a01 commit d58fb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe("Network", function () {
expect(network1.uuid).to.not.equal(network2.uuid);
});

it("lobby should be at the top", function () {
it("should keep the lobby at the top", function () {
const network = new Network({
name: "Super Nice Network",
channels: [
Expand Down

0 comments on commit d58fb84

Please sign in to comment.