forked fromtrekhleb/learn-python
- Notifications
You must be signed in to change notification settings - Fork0
Commita0b6fad
Change the order set of the subtracted value (trekhleb#3)
assert first_char_set - second_char_set == {'r', 'd', 'b'} to assert first_char_set - second_char_set == {'r', 'b', 'd'}1 parentf809310 commita0b6fad
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
|
0 commit comments
Comments
(0)