mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Manualbiome (#11216)
This commit is contained in:
@@ -27,8 +27,8 @@ assert.equal(multiLineChangelog.author, undefined);
|
||||
assert.equal(multiLineChangelog.changes.length, 1);
|
||||
assert.equal(multiLineChangelog.changes[0].type.changelogKey, "rscadd");
|
||||
assert.equal(
|
||||
multiLineChangelog.changes[0].description,
|
||||
"Adds new stuff\nto the game"
|
||||
multiLineChangelog.changes[0].description,
|
||||
"Adds new stuff\nto the game",
|
||||
);
|
||||
|
||||
// Placeholders
|
||||
|
||||
Reference in New Issue
Block a user