Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws-sdk version draft #2

Merged
merged 5 commits into from
Jul 27, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tarvis works, fixing test to relfect
  • Loading branch information
Nithin Meppurathu committed Jul 23, 2019
commit e78174b4bd88aa929f5bb448a2b0e77d8367370c
2 changes: 1 addition & 1 deletion s3Fs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestCreate(t *testing.T) {
// TestName() : string
func TestName(t *testing.T) {
appFs := NewS3Fs(setup(), "bucket_name")
if appFs.Name() != "S#Fs" {
if appFs.Name() != "S3Fs" {
t.Fatal("unknown module name")
}
}
Expand Down