add a test for regular forwards

This commit is contained in:
Jesse de Wit
2022-12-19 15:43:50 +01:00
parent 615bdb8bb5
commit fecb4d7fbc
3 changed files with 58 additions and 1 deletions

View File

@@ -89,4 +89,8 @@ var allTestCases = []*testCase{
name: "testNoBalance",
test: testNoBalance,
},
{
name: "testRegularForward",
test: testRegularForward,
},
}