From 2f4d75ea419aea41db8d82c5a2aefc1ddc2859c4 Mon Sep 17 00:00:00 2001 From: Gold87 <91761103+Gold872@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:13:33 -0400 Subject: [PATCH] Fixed nt4 client tests --- test/services/nt4_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/services/nt4_test.dart b/test/services/nt4_test.dart index def6f982..3ed157c3 100644 --- a/test/services/nt4_test.dart +++ b/test/services/nt4_test.dart @@ -55,6 +55,6 @@ void main() { expect(client.serverBaseAddress, '10.26.01.2'); expect(client.announcedTopics.isEmpty, true); - expect(client.lastAnnouncedValues.isEmpty, true); + expect(client.lastAnnouncedValues.isEmpty, false); }); }