all the refactor
Build and Publish / BuildAndDeployAmd64 (push) Failing after 5s
Build and Publish / BuildAndDeployArm64 (push) Failing after 6s

This commit is contained in:
2026-06-28 17:51:52 +02:00
parent 7db0d236c7
commit aa8b2bdedc
84 changed files with 4328 additions and 2344 deletions
+4 -4
View File
@@ -16,11 +16,11 @@ func TestReExports(t *testing.T) {
if p.Name() != "nordic" {
t.Errorf("Name = %q", p.Name())
}
if got := p.DefaultTaxRate("SE"); got != 25 {
t.Errorf("DefaultTaxRate(SE) = %d, want 25", got)
if got := p.DefaultTaxRate("SE"); got != 2500 {
t.Errorf("DefaultTaxRate(SE) = %d, want 2500", got)
}
if got := ComputeTax(1250, 25); got != 250 {
t.Errorf("ComputeTax(1250, 25) = %d, want 250", got)
if got := ComputeTax(1250, 2500); got != 250 {
t.Errorf("ComputeTax(1250, 2500) = %d, want 250", got)
}
// StaticTaxProvider