Skip to content

Commit 8fe7944

Browse files
authored
Merge branch 'develop' into patch-1
2 parents 9780676 + abdeb16 commit 8fe7944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/tests/defaultCharacters.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe("defaultCharacter", () => {
4343
});
4444

4545
it("should have a topics array with at least one broad topic", () => {
46-
expect(defaultCharacter.topics).toContain("Learning");
46+
expect(defaultCharacter.topics).toContain("Classical art");
4747
});
4848

4949
it('should have style settings with "all" array', () => {

0 commit comments

Comments
 (0)