We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0848faf commit 905aef0Copy full SHA for 905aef0
system/default_ad_api/test/node/interface_version.py
@@ -30,7 +30,7 @@
30
31
if response.major != 1:
32
exit(1)
33
-if response.minor != 0:
+if response.minor != 1:
34
35
if response.patch != 0:
36
0 commit comments