diff --git a/tests/at_end2end_test/test/lookup_verb_test.dart b/tests/at_end2end_test/test/lookup_verb_test.dart index 27df0a078..dc9be531e 100644 --- a/tests/at_end2end_test/test/lookup_verb_test.dart +++ b/tests/at_end2end_test/test/lookup_verb_test.dart @@ -55,13 +55,13 @@ void main() { test('A test to verify lookup metadata contains public key hash value', () async { Version atSign1ServerVersion = Version.parse(await sh1.getVersion()); - if (atSign1ServerVersion < Version(3, 0, 52)) { + if (atSign1ServerVersion < Version(3, 1, 0)) { print( 'Found $atSign_1 with server version: $atSign1ServerVersion. This test is only applicable for server version greater than 3.0.52. Skipping the test'); return; } Version atSign2ServerVersion = Version.parse(await sh2.getVersion()); - if (atSign2ServerVersion < Version(3, 0, 52)) { + if (atSign2ServerVersion < Version(3, 1, 0)) { print( 'Found $atSign_2 with server version: $atSign2ServerVersion. This test is only applicable for server version greater than 3.0.52. Skipping the test'); return;