Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
code-arnab committed Dec 12, 2024
1 parent c1569b5 commit 3af9710
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public void testMonitor_VersionIsNull_NotIgnored() throws IOException, Interrupt
@Test
public void testMonitor_VersionIsNull_Ignored() throws IOException, InterruptedException {
VersionMonitor.DescriptorImpl descriptor = spy(new VersionMonitor.DescriptorImpl());
doReturn(true).when(descriptor).isIgnored(); // Ensure isIgnored returns true.
doReturn(true).when(descriptor).isIgnored(); // Ensure isIgnored returns true

Computer computer = mock(Computer.class);
VirtualChannel channel = mock(VirtualChannel.class);
Expand Down

0 comments on commit 3af9710

Please sign in to comment.