Skip to content

Commit

Permalink
. t fix test again
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <[email protected]>
Co-Authored-By: asegrt <[email protected]>
  • Loading branch information
3 people committed Nov 4, 2024
1 parent 91a7ffc commit e804a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/samples/SampleTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void testNormalJunit()
@Test
public void testWithApprovalTests()
{
Approvals.verify("Bye bye World");
Approvals.verify("Hello World");
}
/**
* note: this requires GSON which is currently added in the pom.xml file.
Expand Down

0 comments on commit e804a28

Please sign in to comment.