Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Fixtures #197

Merged
merged 1 commit into from
Jun 30, 2024
Merged

Update Fixtures #197

merged 1 commit into from
Jun 30, 2024

Conversation

gdoc2md-repo-bot
Copy link
Collaborator

Automated changes by create-pull-request GitHub action

Copy link
Owner

@Mr0grog Mr0grog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only real change here is that part of the "empty" definition for on-canvas-nudges has switched from an empty string to a 0:

{
  resolved: {
    dsl_metastyleslices: [
      // ...
      {
        stsl_type: 'on_canvas_nudges',
-       stsl_styles: [ { ocn_sttc: '', ocn_tdsm: null, ocn_tfsm: null } ]
+       stsl_styles: [ { ocn_sttc: 0, ocn_tdsm: null, ocn_tfsm: null } ]
      },

@Mr0grog Mr0grog merged commit a320ef5 into main Jun 30, 2024
5 checks passed
@Mr0grog Mr0grog deleted the auto/fixture-update branch June 30, 2024 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants