Skip to content

Commit

Permalink
[core] Update license key used for tests (#13052)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy authored May 8, 2024
1 parent db61cdb commit 4362bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/regressions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Globals } from '@react-spring/web';
// This license key is only valid for use with Material UI SAS's projects
// See the terms: https://mui.com/r/x-license-eula
LicenseInfo.setLicenseKey(
'd483a722e0dc68f4d483487da0ccac45Tz1NVUktRG9jLEU9MTcxNTE2MzgwOTMwNyxTPXByZW1pdW0sTE09c3Vic2NyaXB0aW9uLEtWPTI=',
'e43ff101678711136a9b81c18047cb69Tz1NVUktRG9jLEU9MTc0Njc4NzYxODIwMSxTPXByZW1pdW0sTE09c3Vic2NyaXB0aW9uLEtWPTI=',
);

Globals.assign({
Expand Down
2 changes: 1 addition & 1 deletion test/utils/mochaHooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function createXMochaHooks(coreMochaHooks = {}) {
// This license key is only valid for use with Material UI SAS's projects
// See the terms: https://mui.com/r/x-license-eula
LicenseInfo.setLicenseKey(
'd483a722e0dc68f4d483487da0ccac45Tz1NVUktRG9jLEU9MTcxNTE2MzgwOTMwNyxTPXByZW1pdW0sTE09c3Vic2NyaXB0aW9uLEtWPTI=',
'e43ff101678711136a9b81c18047cb69Tz1NVUktRG9jLEU9MTc0Njc4NzYxODIwMSxTPXByZW1pdW0sTE09c3Vic2NyaXB0aW9uLEtWPTI=',
);
});

Expand Down

0 comments on commit 4362bfe

Please sign in to comment.