We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce42016 commit 96c0588Copy full SHA for 96c0588
packages/core/cairo/src/test.ts
@@ -54,7 +54,7 @@ async function testGenerate(params: {
54
royaltyInfo?: RoyaltyInfoSubset;
55
}) {
56
const { ctx, kind, royaltyInfo } = params;
57
- const generatedSourcesPath = path.join(os.tmpdir(), 'oz-wizard-cairo-alpha');
+ const generatedSourcesPath = path.join(os.tmpdir(), 'oz-wizard-cairo');
58
await fs.rm(generatedSourcesPath, { force: true, recursive: true });
59
await writeGeneratedSources({
60
dir: generatedSourcesPath,
0 commit comments