Skip to content

Commit

Permalink
Fixing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
renemadsen committed Jan 19, 2025
1 parent b5b409e commit 8feb085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class CanaryInAColeMine
[Test]
public void CanPeep()
{
Assert.True(true);
Assert.That(true);
}
}
}

0 comments on commit 8feb085

Please sign in to comment.