Skip to content

Commit

Permalink
Fixed nt4 client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 authored Sep 12, 2023
1 parent 2adc8fd commit 2f4d75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/services/nt4_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
}

0 comments on commit 2f4d75e

Please sign in to comment.