We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9780676 + abdeb16 commit 8fe7944Copy full SHA for 8fe7944
packages/core/src/tests/defaultCharacters.test.ts
@@ -43,7 +43,7 @@ describe("defaultCharacter", () => {
43
});
44
45
it("should have a topics array with at least one broad topic", () => {
46
- expect(defaultCharacter.topics).toContain("Learning");
+ expect(defaultCharacter.topics).toContain("Classical art");
47
48
49
it('should have style settings with "all" array', () => {
0 commit comments