Skip to content

Fixed string template syntax in CachedBuilderTest #298

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

Merged
merged 2 commits into from
Oct 12, 2019

Conversation

Hornet-Wing
Copy link
Contributor

While working on the non cacheable test I submitted earlier I noticed that a couple of the tests used ' instead of " which would stop the variable parsing.

@mikebronner
Copy link
Owner

@Hornet-Wing Thanks for this! I will try to get to it this weekend. :)

@mikebronner mikebronner self-assigned this Oct 12, 2019
@Hornet-Wing
Copy link
Contributor Author

No problem, there are a couple of other things I noticed. For example, the PaginationTest specifically looks for 6.0 version but with Laravel following semver it wont be possible to follow it like this (we're already at 6.2).

@mikebronner
Copy link
Owner

@Hornet-Wing yea, I'll get all those things addressed when I get all tests to green.

@Hornet-Wing
Copy link
Contributor Author

Again, I'm happy to lend a hand if you'd like! Now that I've got the tests running locally, it won't be too much work.

@mikebronner
Copy link
Owner

@Hornet-Wing Haha, sure, knock yourself out. Add all fixes to this PR to get tests back to green. :) Thanks!

@mikebronner mikebronner merged commit 0bd072f into mikebronner:master Oct 12, 2019
@Hornet-Wing
Copy link
Contributor Author

Annoyingly the tests seem to fail in TravisCI. Unfortunetly, I have minimal experience with TravisCI and setting it up so I'll probably have to bow out at this point.

@Hornet-Wing Hornet-Wing deleted the feature/fixing-test-typos branch October 12, 2019 23:09
@mikebronner
Copy link
Owner

No worries ... it has to do with the Postgres database setup ... I'll try to fix it with the update.

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.

2 participants