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

fix: Syntax Error in testproject-tools-integration #1749

Merged
merged 1 commit into from
Feb 25, 2022
Merged

Conversation

fluong6
Copy link
Collaborator

@fluong6 fluong6 commented Feb 24, 2022

Fixing test

@fluong6 fluong6 changed the title Fix: Syntax Error in testproject-tools-integration fix: Syntax Error in testproject-tools-integration Feb 24, 2022
{
serverSceneLoaded = true;
serverSceneUnloaded = true;
Copy link
Contributor

Choose a reason for hiding this comment

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

oops, I think the variable should be named serverSceneLoaded looking at the condition.
Change line 248 to var serverSceneLoaded = false;

@ashwinimurt
Copy link
Contributor

These tests are probably not part of CI. Should look into adding them to CI.

Copy link
Contributor

@0xFA11 0xFA11 left a comment

Choose a reason for hiding this comment

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

how come we had these in the first place? o.o
they should've been failing in PRs, anyways...
LGTM 🚀

@0xFA11 0xFA11 enabled auto-merge (squash) February 25, 2022 08:55
@0xFA11 0xFA11 merged commit d09dc50 into develop Feb 25, 2022
@0xFA11 0xFA11 deleted the fix/syntaxerror branch February 25, 2022 09:13
@becksebenius-unity
Copy link
Contributor

how come we had these in the first place? o.o they should've been failing in PRs

We turned off automation for this project because CI was unstable in #develop, so this must have been a bad merge and someone missed a manual testing step. Glad you found and submitted this Frank.

Noels PR has CI automation turned back on so once that lands (or the split up PRs) we shouldn't have this happen anymore

@fluong6
Copy link
Collaborator Author

fluong6 commented Feb 25, 2022

@ashwinimurt also helped me fix it and create my first PR. :)

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.

4 participants