Skip to content

Commit

Permalink
fix(tests): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saifahn committed Dec 19, 2021
1 parent 094b125 commit 88aeb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table/table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func TestTable(t *testing.T) {
},
{
AttributeName: aws.String("date"),
KeyType: aws.String("RAANGE"),
KeyType: aws.String("RANGE"),
},
},
})
Expand Down

0 comments on commit 88aeb7d

Please sign in to comment.