mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Removes duplicate lines
This commit is contained in:
parent
30c2bbd84e
commit
286dcaed56
1 changed files with 0 additions and 7 deletions
|
@ -159,13 +159,6 @@ class GCPRequestDifferenceTestCase(unittest.TestCase):
|
|||
"qux": True,
|
||||
}
|
||||
|
||||
value2 = {
|
||||
"foo": True,
|
||||
"bar": False,
|
||||
"baz": False,
|
||||
"qux": True,
|
||||
}
|
||||
|
||||
difference = {
|
||||
"baz": True,
|
||||
"qux": True,
|
||||
|
|
Loading…
Add table
Reference in a new issue