Skip to content

Commit

Permalink
chore: fix replacement error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
knoobie committed May 16, 2023
1 parent dff1ae4 commit de90aec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected void onAttach(AttachEvent attachEvent) {
serverCounterLabel = new Div();
serverCounterLabel.setId("server-counter");
serverCounterLabel.setText(String.valueOf(counter2));
NativeLabel = new NativeLabel(
label = new NativeLabel(
"Server counter (updates each 1s by server thread) :");
label.setFor(serverCounterLabel);
add(label, serverCounterLabel);
Expand Down

0 comments on commit de90aec

Please sign in to comment.