Commit 44725e8
committed
minor symfony#61750 [Lock] fix DynamoDB integration test (xabbuh)
This PR was merged into the 7.4 branch.
Discussion
----------
[Lock] fix DynamoDB integration test
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
I accidentally broke the integration test in symfony#61737 when changing the visibility of the `createTable()` method to `private`.
Commits
-------
f3b4822 fix DynamoDB integration testFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/Lock/Bridge/DynamoDb/Tests/Functional/Store
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments